shutter: 0.99.6 -> 0.99.7
Diff: https://github.com/shutter-project/shutter/compare/v0.99.6...0.99.7 Changelog: https://github.com/shutter-project/shutter/releases/tag/0.99.7
This commit is contained in:
@@ -64,13 +64,15 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "shutter";
|
||||
version = "0.99.6";
|
||||
version = "0.99.7";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shutter-project";
|
||||
repo = "shutter";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-2wRPmTpFfgU8xW9Fyn1+TMowcKm3pukT1ck06IWPiGo=";
|
||||
tag = finalAttrs.version;
|
||||
sha256 = "sha256-iri4yj2DujsEfpa6u4f5bpaOhWL0h/XbSlolkSJgKgE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook3 ];
|
||||
|
||||
Reference in New Issue
Block a user