summaryrefslogtreecommitdiff
path: root/modules/common/shell/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-29 01:16:16 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-29 01:16:16 +0300
commitc1353bb04b594a8b11fa7e28dbf29d0a6cb08275 (patch)
tree5bd87deaabc9f65a21af10b9dcbb5577c428659c /modules/common/shell/default.nix
parent4150cebab66454283332fc3564121b303d6c4ed4 (diff)
2024-04-29
Diffstat (limited to 'modules/common/shell/default.nix')
-rw-r--r--modules/common/shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/common/shell/default.nix b/modules/common/shell/default.nix
index 437ce57..9ef1c22 100644
--- a/modules/common/shell/default.nix
+++ b/modules/common/shell/default.nix
@@ -89,8 +89,8 @@ in
_: super: {
patches = (super.patches or [ ]) ++ [
(fetchpatch {
- url = "https://raw.githubusercontent.com/jarun/advcpmv/a1f8b505e691737db2f7f2b96275802c45f65c59/advcpmv-0.9-9.4.patch";
- hash = "sha256-4fdqpkENPfra4nFQU4+xNrlfq6Dw/2JIZXUOMmdMtcM=";
+ url = "https://raw.githubusercontent.com/jarun/advcpmv/1e2b1c6b74fa0974896bf94604279a3f74b37a63/advcpmv-0.9-9.5.patch";
+ hash = "sha256-LRfb4heZlAUKiXl/hC/HgoqeGMxCt8ruBYZUrbzSH+Y=";
})
];
}