Loading pkgs/by-name/ht/httm/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,17 +7,17 @@ rustPlatform.buildRustPackage rec { pname = "httm"; version = "0.46.2"; version = "0.46.6"; src = fetchFromGitHub { owner = "kimono-koans"; repo = "httm"; rev = version; hash = "sha256-KihorfQfHBNUhePnNbjrY+X4j0lOLW3C3bHMZSW57N0="; hash = "sha256-QMw5FrI5GCaUrUPaxqGDBtz7RPcCFQn+jntmyertzhM="; }; useFetchCargoVendor = true; cargoHash = "sha256-ierJVMenS/VT23Nd0tsfI3TpPOWMsZOkWTN5PvYwsj4="; cargoHash = "sha256-dIF3Qi8rK+H07x4uhi8uXs1Pdr8p3KIkVUrXqEQpCsc="; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/by-name/ht/httm/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,17 +7,17 @@ rustPlatform.buildRustPackage rec { pname = "httm"; version = "0.46.2"; version = "0.46.6"; src = fetchFromGitHub { owner = "kimono-koans"; repo = "httm"; rev = version; hash = "sha256-KihorfQfHBNUhePnNbjrY+X4j0lOLW3C3bHMZSW57N0="; hash = "sha256-QMw5FrI5GCaUrUPaxqGDBtz7RPcCFQn+jntmyertzhM="; }; useFetchCargoVendor = true; cargoHash = "sha256-ierJVMenS/VT23Nd0tsfI3TpPOWMsZOkWTN5PvYwsj4="; cargoHash = "sha256-dIF3Qi8rK+H07x4uhi8uXs1Pdr8p3KIkVUrXqEQpCsc="; nativeBuildInputs = [ installShellFiles ]; Loading