Skip to content

Commit

Permalink
cosmic-workspaces-epoch: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 (#374054)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Jan 20, 2025
2 parents f14aab5 + 3053808 commit bba244a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-workspaces-epoch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-workspaces-epoch";
version = "1.0.0-alpha.2";
version = "1.0.0-alpha.5.1";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-workspaces-epoch";
rev = "epoch-${version}";
hash = "sha256-z3xQ6Vgqkm8hYLo2550NbFRkTMRQ0F9zn85iobnykH5=";
hash = "sha256-lAK7DZWwNMr30u6Uopew9O/6FIG6e2SgcdA+cD/K5Ok=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-QRBgFTXPWQ0RCSfCA2WpBs+vKTFD7Xfz60cIDtbYb5Y=";
cargoHash = "sha256-w1lQdzy2mJ5NfqngvOLqFCxyhWgvIySDDXCCtCCtTjg=";

separateDebugInfo = true;

Expand Down

0 comments on commit bba244a

Please sign in to comment.