eog: 45.4 → 47.beta

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

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-08-12 14:59:30 +00:00
parent 71ac84f70b
commit 27696389ca
No known key found for this signature in database

View File

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