Commit 3a939e07 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

shutter: 0.99.2 -> 0.99.6

It needs two new deps now: Moo, SubQuote.
And remove some now unneeded deps that the changelog mentioned.

Changelog:
https://github.com/shutter-project/shutter/blob/master/CHANGES
parent 1c4d72de
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,13 +32,12 @@ let
    ImageExifTool
    JSON
    JSONMaybeXS
    NetOAuth
    PathClass
    LWP
    LWPProtocolHttps
    Moo
    NetDBus
    TryTiny
    WWWMechanize
    HTTPMessage
    HTTPDate
    HTMLForm
@@ -59,18 +58,19 @@ let
    GooCanvas2
    GooCanvas2CairoTypes
    commonsense
    SubQuote
    TypesSerialiser
  ];
in
stdenv.mkDerivation rec {
  pname = "shutter";
  version = "0.99.2";
  version = "0.99.6";

  src = fetchFromGitHub {
    owner = "shutter-project";
    repo = "shutter";
    rev = "v${version}";
    sha256 = "sha256-o95skSr6rszh0wsHQTpu1GjqCDmde7aygIP+i4XQW9A=";
    sha256 = "sha256-2wRPmTpFfgU8xW9Fyn1+TMowcKm3pukT1ck06IWPiGo=";
  };

  nativeBuildInputs = [ wrapGAppsHook3 ];