cosmic-*: 1.0.0-alpha.6 -> 1.0.0-alpha.7 (#401497)

This commit is contained in:
Pratham Patel 2025-04-25 14:10:18 +05:30 committed by GitHub
commit 9e608fbfac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 89 additions and 131 deletions

View file

@ -15,17 +15,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-store";
version = "1.0.0-alpha.6";
version = "1.0.0-alpha.7";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-ce7PaHBhRFUoujAS6j10XWbD2PxzK6XXIk/ENclT1iY=";
hash = "sha256-skNzkpcdGJkve7enlnnZxYxnScHFmyaCAy0xaMEEsE0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-kPCE6F8/UsTJOmIjwxBLISk/Jhfljwa666WhXuKkkDE=";
cargoHash = "sha256-2iWJFPSvNQ6JwQwzowKYbgjog2gsjOUlReai/j0d3Do=";
nativeBuildInputs = [
just