Skip to content

Commit

Permalink
cosmic-launcher: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (NixOS#374117)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 16, 2025
2 parents c0defd1 + 0d3ffbc commit 8d3e3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4";
version = "1.0.0-alpha.5.1";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-launcher";
rev = "epoch-${version}";
hash = "sha256-rx2FrRSiW5UQLEUtNbQ5JEoTR9djQEtY3eOxR2IqkU4=";
hash = "sha256-0htDjdS8431orzNnetK0ubNvjO/5748YYqeESJKTUUs=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-gvrqomChaMv3u1pVUoGUkXw66Gr2wjkxNQIbrcbJrdY=";
cargoHash = "sha256-WW1o9MFxNd41ODS5p4piLQtpy277E5a/oN2yYdJc8y4=";

nativeBuildInputs = [
just
Expand Down

0 comments on commit 8d3e3da

Please sign in to comment.