cosmic-term: 1.0.0-beta.9 -> 1.0.0

Diff: https://github.com/pop-os/cosmic-term/compare/epoch-1.0.0-beta.9...epoch-1.0.0
This commit is contained in:
Heitor Augusto
2025-12-10 20:43:43 -03:00
parent 98def33241
commit 90b38b2e66
+3 -3
View File
@@ -15,17 +15,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-term";
version = "1.0.0-beta.9";
version = "1.0.0";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-term";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-RSW5oy5lYY15PbZaoxEwLy6g1+I0pOFBNR3pN5HuEqE=";
hash = "sha256-FPg/dXk2uZFPWZ7JgZo5zRSoBlXCfxGI7uRmq9o5LL8=";
};
cargoHash = "sha256-gLPNX9CEortxDPM9+QYiHlCTPINnoYL1P90HWVPcezY=";
cargoHash = "sha256-ImWHjEKgu9FQR52A3GjnAkxlPduKuzSUAOANYr0DzMA=";
nativeBuildInputs = [
just