summary refs log tree commit diff
path: root/pkgs/applications/misc/taskell
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-08-19 15:07:05 -0500
committerWill Dietz <w@wdtz.org>2019-08-19 15:07:05 -0500
commite4f0b645445af7bc888ed66b86b012dffb7a7e9c (patch)
tree5e0cdbe0e80ca2102c924f3e496b4754b2f1a6ef /pkgs/applications/misc/taskell
parent7c15694c29aec6e0a38a5755480def7f2e515b19 (diff)
downloadnixpkgs-e4f0b645445af7bc888ed66b86b012dffb7a7e9c.tar
nixpkgs-e4f0b645445af7bc888ed66b86b012dffb7a7e9c.tar.gz
nixpkgs-e4f0b645445af7bc888ed66b86b012dffb7a7e9c.tar.bz2
nixpkgs-e4f0b645445af7bc888ed66b86b012dffb7a7e9c.tar.lz
nixpkgs-e4f0b645445af7bc888ed66b86b012dffb7a7e9c.tar.xz
nixpkgs-e4f0b645445af7bc888ed66b86b012dffb7a7e9c.tar.zst
nixpkgs-e4f0b645445af7bc888ed66b86b012dffb7a7e9c.zip
taskell: 1.4.3 -> 1.6.0
https://github.com/smallhadroncollider/taskell/releases/tag/1.6.0
https://github.com/smallhadroncollider/taskell/releases/tag/1.5.1
https://github.com/smallhadroncollider/taskell/releases/tag/1.5.0
Diffstat (limited to 'pkgs/applications/misc/taskell')
-rw-r--r--pkgs/applications/misc/taskell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/taskell/default.nix b/pkgs/applications/misc/taskell/default.nix
index 1a1ea3102af..00b96f459cb 100644
--- a/pkgs/applications/misc/taskell/default.nix
+++ b/pkgs/applications/misc/taskell/default.nix
@@ -1,8 +1,8 @@
 { lib, haskellPackages, fetchFromGitHub }:
 
 let
-  version = "1.4.3";
-  sha256  = "0i12x7qzfmmdvi09k96x53zzzrva2w3zbl2f6dkxb8kk5scqqa4v";
+  version = "1.6.0";
+  sha256  = "1yq7lbqg759i3hyxcskx3924b7xmw6i4ny6n8yq80k4hikw2k6mf";
 
 in (haskellPackages.mkDerivation {
   pname = "taskell";