cosmic-store: unstable-2024-04-15 -> 1.0.0-alpha.1
This commit is contained in:
committed by
Alyssa Ross
parent
8f3b8f30f7
commit
a1d122b4af
@@ -5,11 +5,12 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cosmic-store";
|
pname = "cosmic-store";
|
||||||
version = "unstable-2024-04-14";
|
version = "1.0.0-alpha.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "b1bbeaa6e6bdc85c84d329ae01b69d72716411fc";
|
rev = "epoch-${version}";
|
||||||
hash = "sha256-KHYcQnaRFoYzl/00mFkS6MJS7Th0T0fQhxYUErjzGCo=";
|
hash = "sha256-KHYcQnaRFoYzl/00mFkS6MJS7Th0T0fQhxYUErjzGCo=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user