scrot: modernize to tag, hash

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-16 04:52:22 -04:00
parent feaebf6fc1
commit c998d4e9c2
+2 -2
View File
@@ -25,8 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "resurrecting-open-source-projects";
repo = "scrot";
rev = finalAttrs.version;
sha256 = "sha256-ExZH+bjpEvdbSYM8OhV+cyn4j+0YrHp5/b+HsHKAHCA=";
tag = finalAttrs.version;
hash = "sha256-ExZH+bjpEvdbSYM8OhV+cyn4j+0YrHp5/b+HsHKAHCA=";
};
nativeBuildInputs = [