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