Skip to content

Commit

Permalink
Merge pull request #114 from ezKEa/update-wavey-launcher
Browse files Browse the repository at this point in the history
wavey-launcher: 1.0.0 -> 1.0.1
  • Loading branch information
ezKEa authored Jun 29, 2024
2 parents 5869e0b + 32820fa commit 4688aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/wavey-launcher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/wavey-launcher/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
with lib;
rustPlatform.buildRustPackage rec {
pname = "wavey-launcher";
version = "1.0.0";
version = "1.0.1";

src = fetchFromGitHub {
owner = "an-anime-team";
repo = pname;
rev = version;
sha256 = "sha256-w5eg2IUpq3Jc2zUiupdKdnsPK8a+f0k/qvAbyOexpBA=";
sha256 = "sha256-9hjrHBKHb1ALmyvFUvUEFOSuRAvU6wRhhhgqwGXze3g=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 4688aa9

Please sign in to comment.