gnome.eog: 44.1 → 44.2

https://gitlab.gnome.org/GNOME/eog/-/compare/44.1...44.2
This commit is contained in:
Bobby Rong 2023-05-29 03:16:10 +00:00
parent 4e37b4e55b
commit bdcdcbde2d
No known key found for this signature in database

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "eog";
version = "44.1";
version = "44.2";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-4slj8jL+WhCR3MGL7CWnMOkbAq9uRmYB76VeUAzXTKs=";
sha256 = "sha256-Ro9Tn2tn7kYYgXDyREgMwxHdHv5Hhv4VVL/+JqZccsQ=";
};
patches = [