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

scrot: 1.10 -> 1.11.1
This commit is contained in:
h7x4
2024-06-20 12:31:04 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = [