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

Diff: https://github.com/pop-os/cosmic-comp/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:53 -03:00
parent 1fbefa3463
commit 19a604c67f
+3 -3
View File
@@ -20,17 +20,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-comp";
version = "1.0.0-alpha.7";
version = "1.0.0-beta.1";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-comp";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-2AnGEUWumE1C4Mi5inN7enbxCdWCKbQdYpUvTK3jGQ4=";
hash = "sha256-1JYLZL3niGjjDtn7s9JlGluw6HKA4JL56DdsOLCTHys=";
};
cargoHash = "sha256-fj6TIBuZ5hrds4WMHRa2krXN5fivKriO2Q/FWdnlGaA=";
cargoHash = "sha256-Jaw2v+02lA5wWRAhRNW/lcLnTI7beJIZ43dqcJ60EP0=";
separateDebugInfo = true;