Skip to content

Commit

Permalink
honkers-launcher: 1.7.0 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 3, 2024
1 parent 8b2ac11 commit 773a2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/honkers-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/honkers-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 = "honkers-launcher";
version = "1.7.0";
version = "1.7.1";

src = fetchFromGitHub {
owner = "an-anime-team";
repo = pname;
rev = version;
sha256 = "sha256-8DG4S1SAPiVHDYO3WBx4bf3bK35qBJGrwyiRFcONzNw=";
sha256 = "sha256-1h7C5sV/zumhh4bsi2ATej7dyLHXqz5JykckfNrAPCc=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 773a2be

Please sign in to comment.