Skip to content

Commit

Permalink
ps3-disc-dumper: fetchFromGitHub refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 10, 2024
1 parent 010c094 commit 949c03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ps/ps3-disc-dumper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 949c03d

Please sign in to comment.