cosmic-launcher: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1

This commit is contained in:
a-kenji 2025-01-15 19:05:13 +01:00
parent 1f56e5bd01
commit 0d3ffbcb7e

View File

@ -15,17 +15,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cosmic-launcher"; pname = "cosmic-launcher";
version = "1.0.0-alpha.4"; version = "1.0.0-alpha.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = "cosmic-launcher"; repo = "cosmic-launcher";
rev = "epoch-${version}"; rev = "epoch-${version}";
hash = "sha256-rx2FrRSiW5UQLEUtNbQ5JEoTR9djQEtY3eOxR2IqkU4="; hash = "sha256-0htDjdS8431orzNnetK0ubNvjO/5748YYqeESJKTUUs=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-gvrqomChaMv3u1pVUoGUkXw66Gr2wjkxNQIbrcbJrdY="; cargoHash = "sha256-WW1o9MFxNd41ODS5p4piLQtpy277E5a/oN2yYdJc8y4=";
nativeBuildInputs = [ nativeBuildInputs = [
just just