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

This commit is contained in:
Aaron Honeycutt 2024-07-24 09:33:27 -06:00 committed by Alyssa Ross
parent 37b3825712
commit a655585537

View File

@ -20,12 +20,12 @@
rustPlatform.buildRustPackage rec {
pname = "cosmic-edit";
version = "unstable-2024-03-30";
version = "1.0.0-alpha.1";
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = "cd1b32218078979aa9a944b3a32f9b96996764a1";
rev = "epoch-${version}";
hash = "sha256-54DwcI/pwN6nRnHC6GeDYVJXNgS+xBQTnRrKV2YMGUA=";
};
@ -50,7 +50,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-03-30";
env.VERGEN_GIT_COMMIT_DATE = "2024-08-02";
env.VERGEN_GIT_SHA = src.rev;
postPatch = ''