Merge pull request #134564 from r-ryantm/auto-update/shutter

shutter: 0.97 -> 0.98
This commit is contained in:
Ryan Mulligan 2021-08-17 18:39:12 -07:00 committed by GitHub
commit 00cdbf6043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation rec {
pname = "shutter";
version = "0.97";
version = "0.98";
src = fetchFromGitHub {
owner = "shutter-project";
repo = "shutter";
rev = "v${version}";
sha256 = "sha256-/2eQLJJZP0ArQUrxcFdogv/4wy+O021hODkJYLQmLY8=";
sha256 = "sha256-btJVY7+palstydWt5VCdtHwOj6FTXEcsregjaiXbZ5I=";
};
nativeBuildInputs = [ wrapGAppsHook ];