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

routinator: 0.12.1 -> 0.12.2

+3 -3
+3 -3
pkgs/servers/routinator/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "routinator"; 10 - version = "0.12.1"; 11 12 src = fetchFromGitHub { 13 owner = "NLnetLabs"; 14 repo = pname; 15 rev = "v${version}"; 16 - sha256 = "sha256-QH4M6Kr6UiDJAaDtEn2GXQT9oSSz3lqkf+VE0GfOqeg="; 17 }; 18 19 - cargoSha256 = "sha256-lzw26aat+Zk0E70H7/xwZ6azRMkknfQmTrE4wOJRwfo="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 22
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "routinator"; 10 + version = "0.12.2"; 11 12 src = fetchFromGitHub { 13 owner = "NLnetLabs"; 14 repo = pname; 15 rev = "v${version}"; 16 + hash = "sha256-fblUr2gtlGMRAFbpWYDafskLmIls56e9b2GFD7ASZHM="; 17 }; 18 19 + cargoHash = "sha256-pvb/tZW4jqNSLgp+Ktakd3J1KVfCRtPgE0bgNst6ImQ="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 22