Skip to content

Commit

Permalink
cosmic-store: 1.0.0-alpha.2 -> 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Jan 8, 2025
1 parent adfaabe commit 54b82a3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pkgs/by-name/co/cosmic-store/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
rustPlatform,
appstream,
makeBinaryWrapper,
Expand All @@ -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)"
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 54b82a3

Please sign in to comment.