gnome.eog: 43.1 → 43.2

https://gitlab.gnome.org/GNOME/eog/-/compare/43.1...43.2
This commit is contained in:
Bobby Rong 2023-01-12 12:25:58 +00:00
parent 0717296559
commit c492cff0a7
No known key found for this signature in database

View file

@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "eog";
version = "43.1";
version = "43.2";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-/tef88oZusYvJxVcm91p7vh1hwuXHm3LCqOMCT0TGXE=";
sha256 = "sha256-nc/c5VhakOK7HPV+N3yx6xLUG9m8ubus31BrwbE1Tvk=";
};
patches = [