cosmic-term: 1.0.0-alpha.7 -> 1.0.0-beta.1

Diff: https://github.com/pop-os/cosmic-term/compare/refs/tags/epoch-1.0.0-alpha.7...epoch-1.0.0-beta.1
This commit is contained in:
Heitor Augusto
2025-09-25 13:56:58 -03:00
parent 87af9d4b48
commit af67af57db
+3 -10
View File
@@ -15,24 +15,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-term";
version = "1.0.0-alpha.7";
version = "1.0.0-beta.1";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-term";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-leCKdnlevfLiPJkloWCpOjkHaSf7+EYdobZRZ/Jis+4=";
hash = "sha256-jzt3w3E7osxK0axi7zBnItnwd1yugkSZ1AkLxXalwUU=";
};
cargoHash = "sha256-Re9t25tkwmrvXB9GmPSVG+QDUZmk5rwrrY2ntlB3Tdw=";
# 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 = "2025-04-20";
VERGEN_GIT_SHA = finalAttrs.src.tag;
};
cargoHash = "sha256-mpuVSHb9YcDZB+eyyD+5ZNzUeEgx8T25IFjsD/Q/quU=";
nativeBuildInputs = [
just