about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorNiki4tap <rombiklol2@gmail.com>2023-08-17 21:14:35 +0300
committerNiki4tap <rombiklol2@gmail.com>2023-08-17 21:14:35 +0300
commitbd0b732befccb5dc1ecccef1df1f29bb5902479f (patch)
tree677881190499438295fc5d573e1dc1059265c472 /nixos/modules/services/x11
parent2c5cd54460ec4460a31c4ce125f355142e6b3f7c (diff)
downloadnixlib-bd0b732befccb5dc1ecccef1df1f29bb5902479f.tar
nixlib-bd0b732befccb5dc1ecccef1df1f29bb5902479f.tar.gz
nixlib-bd0b732befccb5dc1ecccef1df1f29bb5902479f.tar.bz2
nixlib-bd0b732befccb5dc1ecccef1df1f29bb5902479f.tar.lz
nixlib-bd0b732befccb5dc1ecccef1df1f29bb5902479f.tar.xz
nixlib-bd0b732befccb5dc1ecccef1df1f29bb5902479f.tar.zst
nixlib-bd0b732befccb5dc1ecccef1df1f29bb5902479f.zip
dwm: use correct hash in example
Diffstat (limited to 'nixos/modules/services/x11')
-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 1881826944aa..e114f2e26b17 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=";
               })
             ];
           })