Skip to content

Commit 250f437

Browse files
authored
cosmic-edit: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374026)
2 parents 886a285 + 6a8498e commit 250f437

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/co/cosmic-edit/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020

2121
rustPlatform.buildRustPackage rec {
2222
pname = "cosmic-edit";
23-
version = "1.0.0-alpha.4";
23+
version = "1.0.0-alpha.5.1";
2424

2525
src = fetchFromGitHub {
2626
owner = "pop-os";
2727
repo = "cosmic-edit";
2828
rev = "epoch-${version}";
29-
hash = "sha256-IAIO5TggPGzZyfET2zBKpde/aePXR4FsSg/Da1y3saA=";
29+
hash = "sha256-pxGV7X6FkYAtj4oj+XBWbi9evZ8J7Ng4sX7xbHDIJUg=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-pRp6Bi9CcHg2tMAC86CZybpfGL2BTxzst3G31tXJA5A=";
33+
cargoHash = "sha256-6Ik3GhWsMwGADlbP09gf4RD0mT1zi9F+PNR89Co/LkU=";
3434

3535
# COSMIC applications now uses vergen for the About page
3636
# Update the COMMIT_DATE to match when the commit was made
37-
env.VERGEN_GIT_COMMIT_DATE = "2024-10-31";
37+
env.VERGEN_GIT_COMMIT_DATE = "2025-01-14";
3838
env.VERGEN_GIT_SHA = src.rev;
3939

4040
postPatch = ''

0 commit comments

Comments
 (0)