Unverified Commit e73ed3f6 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #318677 from r-ryantm/auto-update/scrot

scrot: 1.10 -> 1.11.1
parents d34459ea 1a3c27b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "scrot";
  version = "1.10";
  version = "1.11.1";

  src = fetchFromGitHub {
    owner = "resurrecting-open-source-projects";
    repo = pname;
    rev = version;
    sha256 = "sha256-ypPUQt3N30qUw5ecVRhwz3Hnh9lTOnbAm7o5tdxjyds=";
    sha256 = "sha256-MUmvzZMzzKKw5GjOUhpdrMIgKO9/i9RDqDtTsSghd18=";
  };

  nativeBuildInputs = [