shutter: 0.97 -> 0.98

This commit is contained in:
R. RyanTM 2021-08-17 23:39:49 +00:00
parent 739f0b22b7
commit df36e5cf58

View File

@ -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 ];