Merge pull request #241278 from figsoda/argc

argc: 1.6.0 -> 1.7.0

authored by

Felix Bühler and committed by
GitHub
b0cb93a3 387bf208

+3 -3
+3 -3
pkgs/development/tools/argc/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "argc"; 9 - version = "1.6.0"; 10 11 src = fetchFromGitHub { 12 owner = "sigoden"; 13 repo = pname; 14 rev = "v${version}"; 15 - hash = "sha256-jtE1OwDEo533wGY1zya09LscED6zyjn0qu+HxyWXO1E="; 16 }; 17 18 - cargoHash = "sha256-+K551Am9sHUj/+0aFVxuf8/M/pnqofoVLPqqnBZWOZA="; 19 20 nativeBuildInputs = [ installShellFiles ]; 21
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "argc"; 9 + version = "1.7.0"; 10 11 src = fetchFromGitHub { 12 owner = "sigoden"; 13 repo = pname; 14 rev = "v${version}"; 15 + hash = "sha256-B0oN5qYCShIsSvMFJB5EJPWOWM3Ubn8jl2gm+l5Wqg0="; 16 }; 17 18 + cargoHash = "sha256-50ETDUKbK4oeVm9Ox44WVrAH5EAdH9F+sQk0WBTEQmY="; 19 20 nativeBuildInputs = [ installShellFiles ]; 21