Skip to content

Commit

Permalink
gurk-rs: restrict revi with adding "refs/tags/" prefix
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Horstman <[email protected]>
  • Loading branch information
kachick and khaneliman authored Nov 19, 2024
1 parent c85e76c commit 0067ee2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rustPlatform.buildRustPackage rec {

src = fetchFromGitHub {
owner = "boxdot";
repo = pname;
rev = "v${version}";
repo = "gurk-rs";
rev = "refs/tags/v${version}";
hash = "sha256-ZVpI60pZZCLRnKdC80P8f63gE0+Vi1lelhyFPAhpHyU=";
};

Expand Down

0 comments on commit 0067ee2

Please sign in to comment.