about summary refs log tree commit diff
path: root/pkgs/development/libraries/agda
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@web.de>2021-02-03 09:31:12 +0100
committerIngo Blechschmidt <iblech@web.de>2021-02-03 09:31:12 +0100
commit0c3b6defc193a9acaf23b5d8a8cd26f15604f891 (patch)
treeff3370446090842c8104d597cd1df1d349f49065 /pkgs/development/libraries/agda
parent01bb748cb4394dad1def57ed2a26bd2dd6f29ebe (diff)
agdaPackages.agda-categories: 0.1.4 -> 0.1.5
Diffstat (limited to 'pkgs/development/libraries/agda')
-rw-r--r--pkgs/development/libraries/agda/agda-categories/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/agda/agda-categories/default.nix b/pkgs/development/libraries/agda/agda-categories/default.nix
index fb6cc7279671f..1aca24ac8ea55 100644
--- a/pkgs/development/libraries/agda/agda-categories/default.nix
+++ b/pkgs/development/libraries/agda/agda-categories/default.nix
@@ -1,14 +1,14 @@
 { lib, mkDerivation, fetchFromGitHub, standard-library }:
 
 mkDerivation rec {
-  version = "0.1.4";
+  version = "0.1.5";
   pname = "agda-categories";
 
   src = fetchFromGitHub {
     owner = "agda";
     repo = "agda-categories";
     rev = "v${version}";
-    sha256 = "1bcvmxcnl1ig38fxqkx8ydidhxq6a0kn2k9waf0lygh4ap928sgk";
+    sha256 = "1b5gj0r2z5fhh7k8b9s2kx4rjv8gi5y8ijgrbcvsa06n3acap3lm";
   };
 
   buildInputs = [ standard-library ];