mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
cosmic-store: unstable-2024-04-15 -> 1.0.0-alpha.1
This commit is contained in:
parent
8f3b8f30f7
commit
a1d122b4af
@ -5,11 +5,12 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cosmic-store";
|
||||
version = "unstable-2024-04-14";
|
||||
version = "1.0.0-alpha.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pop-os";
|
||||
repo = pname;
|
||||
rev = "b1bbeaa6e6bdc85c84d329ae01b69d72716411fc";
|
||||
rev = "epoch-${version}";
|
||||
hash = "sha256-KHYcQnaRFoYzl/00mFkS6MJS7Th0T0fQhxYUErjzGCo=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user