listres: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm
2026-04-19 19:02:39 +00:00
parent 8d19911bc5
commit 9c16287614
+2 -2
View File
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "listres";
version = "1.0.6";
version = "1.0.7";
src = fetchurl {
url = "mirror://xorg/individual/app/listres-${finalAttrs.version}.tar.xz";
hash = "sha256-TRxT79abplTyh34Vd+mUx4h0sFEvobBmbP/PRSruQ8o=";
hash = "sha256-173HNUpT83hkhzmbbV6oFp+sndrCx1HFMDg8d30a8Tk=";
};
strictDeps = true;