about summary refs log tree commit diff
path: root/pkgs/applications/editors/howl
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2019-05-09 06:12:35 +0200
committerpacien <pacien.trangirard@pacien.net>2019-05-09 06:12:35 +0200
commit3e221929100668b7f860cb550c8e74b97475cc7a (patch)
treed7cc9337060ea70c6a6a451214cfedb0c5428e6c /pkgs/applications/editors/howl
parente0d114267d5b31062af94507957a9505d20de7ec (diff)
downloadnixlib-3e221929100668b7f860cb550c8e74b97475cc7a.tar
nixlib-3e221929100668b7f860cb550c8e74b97475cc7a.tar.gz
nixlib-3e221929100668b7f860cb550c8e74b97475cc7a.tar.bz2
nixlib-3e221929100668b7f860cb550c8e74b97475cc7a.tar.lz
nixlib-3e221929100668b7f860cb550c8e74b97475cc7a.tar.xz
nixlib-3e221929100668b7f860cb550c8e74b97475cc7a.tar.zst
nixlib-3e221929100668b7f860cb550c8e74b97475cc7a.zip
howl: 0.5.3 -> 0.6
Diffstat (limited to 'pkgs/applications/editors/howl')
-rw-r--r--pkgs/applications/editors/howl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/howl/default.nix b/pkgs/applications/editors/howl/default.nix
index 8f75eda7ef70..e7f200a4c077 100644
--- a/pkgs/applications/editors/howl/default.nix
+++ b/pkgs/applications/editors/howl/default.nix
@@ -4,12 +4,12 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "howl-${version}";
-  version = "0.5.3";
+  version = "0.6";
 
   # Use the release tarball containing pre-downloaded dependencies sources
   src = fetchurl {
-    url = "https://github.com/howl-editor/howl/releases/download/0.5.3/howl-0.5.3.tgz";
-    sha256 = "0gnc8vr5h8mwapbcqc1zr9la62rb633awyqgy8q7pwjpiy85a03v";
+    url = "https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz";
+    sha256 = "1qc58l3rkr37cj6vhf8c7bnwbz93nscyraz7jxqwjq6k4gj0cjw3";
   };
 
   sourceRoot = "./howl-${version}/src";