j: rev -> tag

Remove interpolation
This commit is contained in:
Guy Chronister
2025-04-14 09:40:09 -05:00
parent d5dbc33828
commit a566fe337b
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "jsoftware";
repo = "jsource";
rev = "${version}";
tag = version;
hash = "sha256-Afa2QzzgJYijcavurgGH/qwyofNn4rtFMIHzlqJwFGU=";
};