Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

proto: 0.48.1 -> 0.49.1

R. Ryantm ebce80f8 44faf3c6

+3 -3
+3 -3
pkgs/by-name/pr/proto/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "proto"; 13 - version = "0.48.1"; 14 15 src = fetchFromGitHub { 16 owner = "moonrepo"; 17 repo = "proto"; 18 rev = "v${version}"; 19 - hash = "sha256-4ikjpr1IRULLpWC8sseWuF20YXUuCfdCP6VU/VgGWzE="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-aa4fL33B4kAZx7A6XRvwLlUHsyZve5WOZBnGCWtfqFU="; 24 25 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 26 libiconv
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "proto"; 13 + version = "0.49.1"; 14 15 src = fetchFromGitHub { 16 owner = "moonrepo"; 17 repo = "proto"; 18 rev = "v${version}"; 19 + hash = "sha256-VtU59YvNqpHvZ1WRj87Heo8RDyCOzleB+odE4DOQYag="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-wPB4YBNzDg9eoVCY4bbbvKu171Qdh7JJZIT9rD5hVdI="; 24 25 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 26 libiconv