mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cosmic-store: Use tag in fetchFromGitHub
This commit is contained in:
parent
10150633ef
commit
e74b6b40b9
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "pop-os";
|
||||
repo = "cosmic-store";
|
||||
rev = "epoch-${version}";
|
||||
tag = "epoch-${version}";
|
||||
hash = "sha256-FK7faWiRNuQT8lIuRciP37U01csvtRGC9LyOXQCTjYk=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue