Merge pull request #200875 from r-ryantm/auto-update/ncgopher

ncgopher: 0.4.0 -> 0.5.0

authored by figsoda and committed by GitHub 1d6ab09b fe5193ff

+3 -3
+3 -3
pkgs/applications/networking/ncgopher/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "ncgopher"; 12 - version = "0.4.0"; 12 + version = "0.5.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "jansc"; 16 16 repo = "ncgopher"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-GLt+ByZzQ9v+PPyebTa8LFqySixXw85RjGZ2e3yLRss="; 18 + sha256 = "sha256-KrvTwcIeINIBkia6PTnKXp4jFd6GEMBh/xbn0Ot/wmE="; 19 19 }; 20 20 21 - cargoSha256 = "sha256-VI+BTxgocv434wTr7nBeJRdt12wE53fEeqczE3o3768="; 21 + cargoSha256 = "sha256-Zft/ip+/uJbUIqCDDEa4hchmZZiYWGdaVnzWC74FgU8="; 22 22 23 23 nativeBuildInputs = [ pkg-config ]; 24 24 buildInputs = [