mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cosmic-edit: 0-unstable-2024-04-15 -> 1.0.0-alpha.1
This commit is contained in:
parent
37b3825712
commit
a655585537
1 changed files with 3 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue