cosmic-store: unstable-2024-04-15 -> 1.0.0-alpha.1

This commit is contained in:
Aaron Honeycutt
2024-08-06 20:22:23 +02:00
committed by Alyssa Ross
parent 8f3b8f30f7
commit a1d122b4af
+3 -2
View File
@@ -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;
};