scrot: 1.11.1 -> 1.12.1

This commit is contained in:
R. Ryantm
2025-04-06 10:54:16 +00:00
parent aa44c348cb
commit 4e45acd049
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "scrot";
version = "1.11.1";
version = "1.12.1";
src = fetchFromGitHub {
owner = "resurrecting-open-source-projects";
repo = "scrot";
rev = version;
sha256 = "sha256-MUmvzZMzzKKw5GjOUhpdrMIgKO9/i9RDqDtTsSghd18=";
sha256 = "sha256-ExZH+bjpEvdbSYM8OhV+cyn4j+0YrHp5/b+HsHKAHCA=";
};
nativeBuildInputs = [