about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-08-17 22:08:55 +0300
committerGitHub <noreply@github.com>2023-08-17 22:08:55 +0300
commit52be2cdfea968e75b6ce2fb2e4a65c3fbb41d332 (patch)
treea108727ddb3e2c34e13a63c475357f3e1c2da9cf
parent96481fd20114ce51eef3b8f68bf54176bdce730e (diff)
parentbd0b732befccb5dc1ecccef1df1f29bb5902479f (diff)
Merge pull request #249788 from Niki4tap/dwm-fix-hash
-rw-r--r--nixos/modules/services/x11/window-managers/dwm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/dwm.nix b/nixos/modules/services/x11/window-managers/dwm.nix
index 1881826944aac..e114f2e26b170 100644
--- a/nixos/modules/services/x11/window-managers/dwm.nix
+++ b/nixos/modules/services/x11/window-managers/dwm.nix
@@ -24,7 +24,7 @@ in
             patches = [
               (super.fetchpatch {
                 url = "https://dwm.suckless.org/patches/steam/dwm-steam-6.2.diff";
-                sha256 = "1ld1z3fh6p5f8gr62zknx3axsinraayzxw3rz1qwg73mx2zk5y1f";
+                sha256 = "sha256-f3lffBjz7+0Khyn9c9orzReoLTqBb/9gVGshYARGdVc=";
               })
             ];
           })