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

This commit is contained in:
Aaron Honeycutt 2024-07-24 12:01:49 -06:00 committed by Alyssa Ross
parent eec16b48aa
commit 8f3b8f30f7

View File

@ -18,11 +18,12 @@
rustPlatform.buildRustPackage rec {
pname = "cosmic-term";
version = "unstable-2024-04-14";
version = "1.0.0-alpha.1";
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = "3e41d261a9d5d2284cd6ae85acde2562b8a5ccd6";
rev = "epoch-${version}";
hash = "sha256-IVLwWG4WUGXK9jY/d0Vr8RX/Klj1mUe4Q7Huv0BkjDo=";
};
@ -47,7 +48,7 @@ rustPlatform.buildRustPackage rec {
# COSMIC applications now uses vergen for the About page
# Update the COMMIT_DATE to match when the commit was made
env.VERGEN_GIT_COMMIT_DATE = "2024-04-14";
env.VERGEN_GIT_COMMIT_DATE = "2024-08-03";
env.VERGEN_GIT_SHA = src.rev;
postPatch = ''