dwmblocks: unstable-2020-12-27 -> 0-unstable-2024-08-24

This commit is contained in:
Acid Bong
2024-10-31 13:31:28 +02:00
parent 764efd34fe
commit 82d7b13bdc
+3 -3
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "dwmblocks";
version = "unstable-2020-12-27";
version = "0-unstable-2024-08-24";
src = fetchFromGitHub {
owner = "torrinfail";
repo = "dwmblocks";
rev = "96cbb453e5373c05372fd4bf3faacfa53e409067";
sha256 = "00lxfxsrvhm60zzqlcwdv7xkqzya69mgpi2mr3ivzbc8s9h8nwqx";
rev = "8cedd220684064f1433749ed2a19a6184c22cf07";
hash = "sha256-QtYQB2mvw1k2LA8D+/cVnA8+GRDWjhIM6rxfi/IGjEw=";
};
buildInputs = [ libX11 ];