eog: 47.beta → 47.0

https://gitlab.gnome.org/GNOME/eog/-/compare/47.beta...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-12 13:21:32 +00:00
parent 651d48932d
commit 7c3245c784
No known key found for this signature in database

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "eog";
version = "47.beta";
version = "47.0";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/eog/${lib.versions.major version}/eog-${version}.tar.xz";
hash = "sha256-XOLyMAMkl+nEvR7AWm9fGMYVZ7WMyAM7Gn5IsJqKDic=";
hash = "sha256-217b9SJNdRJqe32O5OknKi8wqVMzHVuvbT88DODL3mY=";
};
patches = [