Skip to content

Commit

Permalink
cosmic-launcher: 1.0.0-alpha.1 -> 1.0.0-alpha.4 (NixOS#365877)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Dec 19, 2024
2 parents 33724f4 + e100855 commit 9f33fab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/co/cosmic-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-launcher";
version = "1.0.0-alpha.1";
version = "1.0.0-alpha.4";

src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
repo = "cosmic-launcher";
rev = "epoch-${version}";
hash = "sha256-LzTVtXyNgaVKyARmrmb6YUi4dWa20EwM1SYMlnawtzk=";
hash = "sha256-rx2FrRSiW5UQLEUtNbQ5JEoTR9djQEtY3eOxR2IqkU4=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-bHJUsXHnPH6aV2vTQv1Cdx+p4/Pplg6HMguw5BK9qJ8=";
cargoHash = "sha256-gvrqomChaMv3u1pVUoGUkXw66Gr2wjkxNQIbrcbJrdY=";

nativeBuildInputs = [
just
Expand All @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
];

postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';

postInstall = ''
Expand Down

0 comments on commit 9f33fab

Please sign in to comment.