Skip to content

Commit

Permalink
scarab: explicit rev and pname in fetchFromGitHub, migrate to hash
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 2, 2024
1 parent b9789c9 commit 9fedec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sc/scarab/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ buildDotnetModule rec {

src = fetchFromGitHub {
owner = "fifty-six";
repo = pname;
rev = "v${version}";
sha256 = "sha256-z1hmMrfeoYyjVEPPjWvUfKUKsOS7UsocSWMYrFY+/kI=";
repo = "scarab";
rev = "refs/tags/v${version}";
hash = "sha256-z1hmMrfeoYyjVEPPjWvUfKUKsOS7UsocSWMYrFY+/kI=";
};

dotnet-sdk = dotnetCorePackages.sdk_8_0;
Expand Down

0 comments on commit 9fedec7

Please sign in to comment.