File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/co/cosmic-edit Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121rustPlatform . 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 = ''
You can’t perform that action at this time.
0 commit comments