git-gone: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2022-12-03 06:24:56 +00:00
parent 94e2931980
commit bb187eabf1

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-gone";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "lunaryorn";
repo = "git-gone";
rev = "v${version}";
sha256 = "sha256-aKBNi797aMPawxD+BLpk0sazXz2g0XTzmDpR/mk07no=";
sha256 = "sha256-pHtFLJGZYlxvQxqG/LWoWeQDxa8i3ws0olAtuoyHXTM=";
};
cargoSha256 = "sha256-vO1ePqDIy5HEBauO3OkMCovrgtIVB9biJExw/q89ivE=";
cargoSha256 = "sha256-BfUR/9WBgyUlKZ80qtqX6+AK7hRBCCsEG/IWjbcDU3c=";
nativeBuildInputs = [ installShellFiles ];