From 7756df7b572ebe012cf4d331e6ebc0c55e4810d4 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 3 Jun 2023 04:20:00 +0000 Subject: [PATCH] mcfly: 0.8.0 -> 0.8.1 Diff: https://github.com/cantino/mcfly/compare/v0.8.0...v0.8.1 Changelog: https://github.com/cantino/mcfly/raw/v0.8.1/CHANGELOG.txt --- pkgs/tools/misc/mcfly/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/mcfly/default.nix b/pkgs/tools/misc/mcfly/default.nix index b51b83be7f42..179dbe1dec3c 100644 --- a/pkgs/tools/misc/mcfly/default.nix +++ b/pkgs/tools/misc/mcfly/default.nix @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "mcfly"; - version = "0.8.0"; + version = "0.8.1"; src = fetchFromGitHub { owner = "cantino"; repo = "mcfly"; rev = "v${version}"; - hash = "sha256-qzi21vouUhvpmqxQpYoCnHJDLRU8ZgCvewxblD2BGJc="; + hash = "sha256-9muBKJXsXiSxSmLRygGATEbwpiz6B8oTFQIkVMJMWAk="; }; postPatch = '' @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec { substituteInPlace mcfly.fish --replace '(command which mcfly)' '${placeholder "out"}/bin/mcfly' ''; - cargoHash = "sha256-RHR+qmtnSrJOPkObRrE39EshmDVu53vEvw647ATk+os="; + cargoHash = "sha256-LhIAJ3JI7cp+vzEH5vthefgExPORF6Xnjj3cQkIkhSA="; meta = with lib; { homepage = "https://github.com/cantino/mcfly";