about summary refs log tree commit diff
path: root/pkgs/development/libraries/agda
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@speicherleck.de>2020-11-01 10:33:06 +0100
committerGitHub <noreply@github.com>2020-11-01 10:33:06 +0100
commitefa79e6e535a56d6943ae6379f6a27138727b0a3 (patch)
tree84501e65a81d3333184a9cc491c7e4296d65cfb7 /pkgs/development/libraries/agda
parent93e0a06de4eac37fd7cc9703851224e47ce677b6 (diff)
agda-categories: fix hash
Apparently, v0.1.4 was released twice. The current version of the build
points to the first edition of v0.1.4, which is no longer attached to
the tag "v0.1.4" on GitHub. Hence currently, downloading fails.
This commit adjusts the hash to appropriately refer to the second
edition of v0.1.4
Diffstat (limited to 'pkgs/development/libraries/agda')
-rw-r--r--pkgs/development/libraries/agda/agda-categories/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/agda/agda-categories/default.nix b/pkgs/development/libraries/agda/agda-categories/default.nix
index f2215b9b98449..fb6cc7279671f 100644
--- a/pkgs/development/libraries/agda/agda-categories/default.nix
+++ b/pkgs/development/libraries/agda/agda-categories/default.nix
@@ -8,7 +8,7 @@ mkDerivation rec {
     owner = "agda";
     repo = "agda-categories";
     rev = "v${version}";
-    sha256 = "0n6y9xarqhj95i4h56klx10gy0fyckxbfwgiissfknpfq6l0m7r6";
+    sha256 = "1bcvmxcnl1ig38fxqkx8ydidhxq6a0kn2k9waf0lygh4ap928sgk";
   };
 
   buildInputs = [ standard-library ];