shutter: 0.98 -> 0.99

This commit is contained in:
R. RyanTM 2021-09-14 04:14:01 +00:00
parent ea59da44e8
commit f5276159d9

View file

@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation rec {
pname = "shutter";
version = "0.98";
version = "0.99";
src = fetchFromGitHub {
owner = "shutter-project";
repo = "shutter";
rev = "v${version}";
sha256 = "sha256-btJVY7+palstydWt5VCdtHwOj6FTXEcsregjaiXbZ5I=";
sha256 = "sha256-n5M+Ggk8ulJQMWjAW+/fC8fbqiBGzsx6IXlYxvf8utA=";
};
nativeBuildInputs = [ wrapGAppsHook ];