taskell: 1.6.0 -> 1.6.1

https://github.com/smallhadroncollider/taskell/releases/tag/1.6.1
This commit is contained in:
Will Dietz 2019-08-29 23:55:10 -05:00
parent 9dbda3eddf
commit fa996e685d
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -1,8 +1,8 @@
{ lib, haskellPackages, fetchFromGitHub }:
let
version = "1.6.0";
sha256 = "1yq7lbqg759i3hyxcskx3924b7xmw6i4ny6n8yq80k4hikw2k6mf";
version = "1.6.1";
sha256 = "047gvpq52pif9sfb4qcfdiwz50x3wlnjvsnnjzypm1qlwyl2rbz1";
in (haskellPackages.mkDerivation {
pname = "taskell";