zenity: 4.0.1 → 4.0.2

https://gitlab.gnome.org/GNOME/zenity/-/compare/4.0.1...4.0.2
This commit is contained in:
Sergei Trofimovich
2024-07-13 20:31:56 +08:00
committed by GitHub
parent 7bbfd756cd
commit cce8e5df89
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zenity";
version = "4.0.1";
version = "4.0.2";
src = fetchurl {
url = "mirror://gnome/sources/zenity/${lib.versions.majorMinor finalAttrs.version}/zenity-${finalAttrs.version}.tar.xz";
sha256 = "DC9TeBOxD3KEcNnQXWyVcT2yUS+clQluHoWxpnOWBeY=";
hash = "sha256-wW3K5G4p4iwvoLlegOBslrKuyThAFhNpyVyF7Z8JMVM=";
};
nativeBuildInputs = [