mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
dwm: use correct hash in example
This commit is contained in:
parent
2c5cd54460
commit
bd0b732bef
|
@ -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=";
|
||||
})
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue