Unverified Commit c14d186c authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

shutter: 0.99.2 -> 0.99.6 (#475912)

parents 51cb8edc 6d0c8cdd
Loading
Loading
Loading
Loading
+34 −34
Original line number Diff line number Diff line
@@ -16,61 +16,61 @@

let
  perlModules = with perlPackages; [
    ImageMagick
    Cairo
    CairoGObject
    CarpAlways
    commonsense
    EncodeLocale
    FileBaseDir
    FileWhich
    FileCopyRecursive
    XMLSimple
    XMLTwig
    XMLParser
    SortNaturally
    LocaleGettext
    ProcProcessTable
    X11Protocol
    ProcSimple
    FileWhich
    Glib
    GlibObjectIntrospection
    GooCanvas2
    GooCanvas2CairoTypes
    Gtk3
    Gtk3ImageView
    HTMLForm
    HTMLParser
    HTMLTagset
    HTTPCookies
    HTTPDate
    HTTPMessage
    ImageExifTool
    ImageMagick
    JSON
    JSONMaybeXS
    NetOAuth
    PathClass
    LocaleGettext
    LWP
    LWPProtocolHttps
    Moo
    NetDBus
    TryTiny
    WWWMechanize
    HTTPMessage
    HTTPDate
    HTMLForm
    HTMLParser
    HTMLTagset
    HTTPCookies
    EncodeLocale
    URI
    CarpAlways
    GlibObjectIntrospection
    NumberBytesHuman
    CairoGObject
    Readonly
    Gtk3ImageView
    Gtk3
    Glib
    Pango
    GooCanvas2
    GooCanvas2CairoTypes
    commonsense
    PathClass
    ProcProcessTable
    ProcSimple
    Readonly
    SortNaturally
    SubQuote
    TryTiny
    TypesSerialiser
    URI
    X11Protocol
    XMLParser
    XMLSimple
    XMLTwig
  ];
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 ];