Skip to content

Commit

Permalink
cosmic-store: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374058)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 17, 2025
2 parents 123138b + e74b6b4 commit 69a173c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/by-name/co/cosmic-store/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-store";
version = "1.0.0-alpha.4";
version = "1.0.0-alpha.5.1";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
rev = "epoch-${version}";
hash = "sha256-VaOKF3cCnNbfUfJeuhx0wXRvprAnSspTe8gIiR/t2Ng=";
tag = "epoch-${version}";
hash = "sha256-FK7faWiRNuQT8lIuRciP37U01csvtRGC9LyOXQCTjYk=";
fetchSubmodules = true;
};

useFetchCargoVendor = true;
cargoHash = "sha256-Zt2199zlxNbrN/S6bogp4JPM3ZMZpQL5jTXKMki6LQE=";
cargoHash = "sha256-8m9zEkaaM0bnA1cOVMyIFE1EdztWqkpGEuHd1fRaass=";

postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
Expand Down Expand Up @@ -100,6 +100,9 @@ rustPlatform.buildRustPackage rec {
}
'';

env.VERGEN_GIT_COMMIT_DATE = "2025-01-13";
env.VERGEN_GIT_SHA = src.rev;

passthru = {
updateScript = nix-update-script { };
};
Expand Down

0 comments on commit 69a173c

Please sign in to comment.