about summary refs log tree commit diff
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/common/nix.nix2
-rw-r--r--modules/common/common/shell/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/common/common/nix.nix b/modules/common/common/nix.nix
index 3735174..4f13a13 100644
--- a/modules/common/common/nix.nix
+++ b/modules/common/common/nix.nix
@@ -86,7 +86,7 @@ with lib; {
   nixpkgs.overlays = with inputs; [
     self.overlays.default
     (_: _: {
-      inherit (pkgsPr 270503 "sha256-f0eQY+PzwgtQoaIY+uslh8yqSfFHDYLEQUODO0FxTf0=") soju;
+      inherit (pkgsPr 274745 "sha256-VqBdz6OERQ7dUxWVG+aAeKWuRoPIgfZPipfNdX122WM=") beets-unstable;
     })
   ];
 
diff --git a/modules/common/common/shell/default.nix b/modules/common/common/shell/default.nix
index b50459d..5731f26 100644
--- a/modules/common/common/shell/default.nix
+++ b/modules/common/common/shell/default.nix
@@ -86,8 +86,8 @@ in {
                           (super.patches or [])
                           ++ [
                             (fetchpatch {
-                              url = "https://raw.githubusercontent.com/jarun/advcpmv/a1f8b505e691737db2f7f2b96275802c45f65c59/advcpmv-0.9-9.3.patch";
-                              hash = "sha256-I25F7uHESUsMDZFYTv8/56eR8QwelIPpABRXTgvszQI=";
+                              url = "https://raw.githubusercontent.com/jarun/advcpmv/a1f8b505e691737db2f7f2b96275802c45f65c59/advcpmv-0.9-9.4.patch";
+                              hash = "sha256-4fdqpkENPfra4nFQU4+xNrlfq6Dw/2JIZXUOMmdMtcM=";
                             })
                           ];
                       }))

Consider giving Nix/NixOS a try! <3