cosmic-launcher: 1.0.0-alpha.1 -> 1.0.0-alpha.4 (#365877)

This commit is contained in:
rewine
2024-12-19 16:55:40 +08:00
committed by GitHub
+5 -5
View File
@@ -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
@@ -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 = ''