Skip to content

Commit

Permalink
bottom: explicit rev and repo for fetchFromGitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Nov 30, 2024
1 parent 7bd5912 commit fc482bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bo/bottom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec {

src = fetchFromGitHub {
owner = "ClementTsang";
repo = pname;
rev = version;
repo = "bottom";
rev = "refs/tags/${version}";
hash = "sha256-hm0Xfd/iW+431HflvZErjzeZtSdXVb/ReoNIeETJ5Ik=";
};

Expand Down

0 comments on commit fc482bd

Please sign in to comment.