cosmic-store: 1.0.0-alpha.2 -> 1.0.0-alpha.4 (#353840)

Co-authored-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
Aaron Honeycutt
2025-01-08 11:06:16 +05:30
committed by GitHub
co-authored by John Titor
parent dfc2a331f2
commit a797d90427
+8 -3
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
rustPlatform,
appstream,
makeBinaryWrapper,
@@ -24,18 +25,18 @@
rustPlatform.buildRustPackage rec {
pname = "cosmic-store";
version = "1.0.0-alpha.2";
version = "1.0.0-alpha.4";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
rev = "epoch-${version}";
hash = "sha256-mq94ZMVOdXAPR52ID5x8nppJ9mNoTOPBfn7Eouj3T1U=";
hash = "sha256-VaOKF3cCnNbfUfJeuhx0wXRvprAnSspTe8gIiR/t2Ng=";
fetchSubmodules = true;
};
useFetchCargoVendor = true;
cargoHash = "sha256-lhMMzT6igjEEvwpcc7d8JyyHU0DcWVIh3z9KR6eCv7c=";
cargoHash = "sha256-Zt2199zlxNbrN/S6bogp4JPM3ZMZpQL5jTXKMki6LQE=";
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
@@ -99,6 +100,10 @@ rustPlatform.buildRustPackage rec {
}
'';
passthru = {
updateScript = nix-update-script { };
};
meta = with lib; {
homepage = "https://github.com/pop-os/cosmic-store";
description = "App Store for the COSMIC Desktop Environment";