cosmic-edit: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374026)

authored by rewine and committed by GitHub 250f4377 886a2858

+4 -4
+4 -4
pkgs/by-name/co/cosmic-edit/package.nix
··· 20 21 rustPlatform.buildRustPackage rec { 22 pname = "cosmic-edit"; 23 - version = "1.0.0-alpha.4"; 24 25 src = fetchFromGitHub { 26 owner = "pop-os"; 27 repo = "cosmic-edit"; 28 rev = "epoch-${version}"; 29 - hash = "sha256-IAIO5TggPGzZyfET2zBKpde/aePXR4FsSg/Da1y3saA="; 30 }; 31 32 useFetchCargoVendor = true; 33 - cargoHash = "sha256-pRp6Bi9CcHg2tMAC86CZybpfGL2BTxzst3G31tXJA5A="; 34 35 # COSMIC applications now uses vergen for the About page 36 # Update the COMMIT_DATE to match when the commit was made 37 - env.VERGEN_GIT_COMMIT_DATE = "2024-10-31"; 38 env.VERGEN_GIT_SHA = src.rev; 39 40 postPatch = ''
··· 20 21 rustPlatform.buildRustPackage rec { 22 pname = "cosmic-edit"; 23 + version = "1.0.0-alpha.5.1"; 24 25 src = fetchFromGitHub { 26 owner = "pop-os"; 27 repo = "cosmic-edit"; 28 rev = "epoch-${version}"; 29 + hash = "sha256-pxGV7X6FkYAtj4oj+XBWbi9evZ8J7Ng4sX7xbHDIJUg="; 30 }; 31 32 useFetchCargoVendor = true; 33 + cargoHash = "sha256-6Ik3GhWsMwGADlbP09gf4RD0mT1zi9F+PNR89Co/LkU="; 34 35 # COSMIC applications now uses vergen for the About page 36 # Update the COMMIT_DATE to match when the commit was made 37 + env.VERGEN_GIT_COMMIT_DATE = "2025-01-14"; 38 env.VERGEN_GIT_SHA = src.rev; 39 40 postPatch = ''