3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #168447 from r-ryantm/auto-update/geeqie

geeqie: 1.7.2 -> 1.7.3
This commit is contained in:
Ryan Mulligan 2022-04-13 10:58:23 -07:00 committed by GitHub
commit b90aae9445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "geeqie";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "BestImageViewer";
repo = "geeqie";
rev = "v${version}";
sha256 = "sha256-Abr7trlms6bxOAqE6xNKRv51TBGNilNdBhUZUg7OTKY=";
sha256 = "sha256-O+yz/uNxueR+naEJG8EZ+k/JutRjJ5wwbB9DYb8YNLw=";
};
patches = [