mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
ps3-disc-dumper: fetchFromGitHub
refactor
This commit is contained in:
parent
57804c3fbb
commit
6b996d6693
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user