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:
parent
71ac84f70b
commit
27696389ca
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user