cosmic-term: 1.0.0-beta.5 -> 1.0.0-beta.6

This commit is contained in:
Pratham Patel
2025-11-12 19:09:56 +00:00
parent 8e66689c54
commit 23912173bd

View File

@@ -15,17 +15,17 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-term"; pname = "cosmic-term";
version = "1.0.0-beta.5"; version = "1.0.0-beta.6";
# nixpkgs-update: no auto update # nixpkgs-update: no auto update
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = "cosmic-term"; repo = "cosmic-term";
tag = "epoch-${finalAttrs.version}"; tag = "epoch-${finalAttrs.version}";
hash = "sha256-qlU/XSfzAj4Y20wEzsJnzko4lMh/mw4qMKeBe5autZA="; hash = "sha256-O2vUdwHP+BgOsBu9dcx34WPFGsVXbG7enxMT7dRiq5o=";
}; };
cargoHash = "sha256-tuZHCYfHp/jN/zn8SBLhBRBWJkuIGhndFLskFqQ+CJs="; cargoHash = "sha256-7+1tvJ/B+YITI5XXr1A+jlRRNRoNZ1ZsGeeAfGPT/00=";
nativeBuildInputs = [ nativeBuildInputs = [
just just