Merge pull request #74668 from r-ryantm/auto-update/taskell

taskell: 1.6.1 -> 1.7.3
This commit is contained in:
markuskowa 2019-12-01 14:45:22 +01:00 committed by GitHub
commit 901ab009fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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