ps3-disc-dumper: fetchFromGitHub refactor

This commit is contained in:
Gutyina Gergő
2024-12-13 16:29:19 +01:00
parent 57804c3fbb
commit 6b996d6693
+2 -2
View File
@@ -14,8 +14,8 @@ buildDotnetModule rec {
src = fetchFromGitHub {
owner = "13xforever";
repo = "ps3-disc-dumper";
rev = "v${version}";
sha256 = "sha256-m3TS9H6cbEAHn6PvYQDMzdKdnOnDSM4lxCTdHBCXLV4=";
rev = "refs/tags/v${version}";
hash = "sha256-m3TS9H6cbEAHn6PvYQDMzdKdnOnDSM4lxCTdHBCXLV4=";
};
selfContainedBuild = true;