Loading pkgs/by-name/oh/oha/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,17 +9,17 @@ rustPlatform.buildRustPackage rec { pname = "oha"; version = "1.7.0"; version = "1.8.0"; src = fetchFromGitHub { owner = "hatoo"; repo = pname; tag = "v${version}"; hash = "sha256-5HEPnAPamR6F4GbQR0Xib+tUZuNU6xe8XQ6ugYw8RyU="; hash = "sha256-hE3G8hPFHLd+lORzIgdaZ0xxfska011GdVk20bg3S7s="; }; useFetchCargoVendor = true; cargoHash = "sha256-C85D9rqjA3ubbktum2Z9uYzairi1hJnJ7aaBWy7oz1c="; cargoHash = "sha256-seipBF9gfut+Z4CKMSbo6/TckSjH8PwF9HbnpbnpL0Q="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config Loading Loading
pkgs/by-name/oh/oha/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,17 +9,17 @@ rustPlatform.buildRustPackage rec { pname = "oha"; version = "1.7.0"; version = "1.8.0"; src = fetchFromGitHub { owner = "hatoo"; repo = pname; tag = "v${version}"; hash = "sha256-5HEPnAPamR6F4GbQR0Xib+tUZuNU6xe8XQ6ugYw8RyU="; hash = "sha256-hE3G8hPFHLd+lORzIgdaZ0xxfska011GdVk20bg3S7s="; }; useFetchCargoVendor = true; cargoHash = "sha256-C85D9rqjA3ubbktum2Z9uYzairi1hJnJ7aaBWy7oz1c="; cargoHash = "sha256-seipBF9gfut+Z4CKMSbo6/TckSjH8PwF9HbnpbnpL0Q="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config Loading