about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-26 00:12:47 +0000
committerGitHub <noreply@github.com>2024-02-26 00:12:47 +0000
commit70706e07eff9311e2608a9aa773c703e8afe0e0e (patch)
treefc709e171c990695d6aa4beea06b53346d5c708e /pkgs/development/haskell-modules
parent257171f024023815158819b0cb35b5958f1b4975 (diff)
parent75f9d4f7cf99764b304d60fc6c8963ce565ed2f5 (diff)
downloadnixlib-70706e07eff9311e2608a9aa773c703e8afe0e0e.tar
nixlib-70706e07eff9311e2608a9aa773c703e8afe0e0e.tar.gz
nixlib-70706e07eff9311e2608a9aa773c703e8afe0e0e.tar.bz2
nixlib-70706e07eff9311e2608a9aa773c703e8afe0e0e.tar.lz
nixlib-70706e07eff9311e2608a9aa773c703e8afe0e0e.tar.xz
nixlib-70706e07eff9311e2608a9aa773c703e8afe0e0e.tar.zst
nixlib-70706e07eff9311e2608a9aa773c703e8afe0e0e.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 450a765b0e24..ccb2a145effe 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -364,22 +364,22 @@ self: super: {
 
   # Manually maintained
   cachix-api = overrideCabal (drv: {
-    version = "1.7";
+    version = "1.7.1";
     src = pkgs.fetchFromGitHub {
       owner = "cachix";
       repo = "cachix";
-      rev = "v1.7";
-      sha256 = "sha256-d9BohugsKajvjNgt+VyXHuDdLOFKr9mhwpdUNkpIP3s=";
+      rev = "v1.7.1";
+      sha256 = "sha256-neN8zGZuGXnLVdQw468z67o96mn8o1p4WGqPINl+NjU=";
     };
     postUnpack = "sourceRoot=$sourceRoot/cachix-api";
   }) super.cachix-api;
   cachix = (overrideCabal (drv: {
-    version = "1.7";
+    version = "1.7.1";
     src = pkgs.fetchFromGitHub {
       owner = "cachix";
       repo = "cachix";
-      rev = "v1.7";
-      sha256 = "sha256-d9BohugsKajvjNgt+VyXHuDdLOFKr9mhwpdUNkpIP3s=";
+      rev = "v1.7.1";
+      sha256 = "sha256-neN8zGZuGXnLVdQw468z67o96mn8o1p4WGqPINl+NjU=";
     };
     postUnpack = "sourceRoot=$sourceRoot/cachix";
   }) (lib.pipe