Loading pkgs/development/tools/rust/cargo-leptos/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,16 +14,16 @@ let in rustPlatform.buildRustPackage rec { pname = "cargo-leptos"; version = "0.2.17"; version = "0.2.18"; src = fetchFromGitHub { owner = "leptos-rs"; repo = pname; rev = "v${version}"; hash = "sha256-W08R1ny4LyzWehnsWSMCRjCxmvV0k7ARVbmZ740hg8w="; hash = "sha256-53T69yX+yllfZgHyKL6aydCtc2xIKG2f/Xgcb2yopxg="; }; cargoHash = "sha256-kuKsBnmH3bPgwuJ1q49iHMNT47Djx9BKxcMBbJ3zqis="; cargoHash = "sha256-35QUaETifNitnIjaHRyZFdzsLRfQsoonHS5/TOkYIgU="; buildInputs = optionals isDarwin [ SystemConfiguration Loading Loading
pkgs/development/tools/rust/cargo-leptos/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,16 +14,16 @@ let in rustPlatform.buildRustPackage rec { pname = "cargo-leptos"; version = "0.2.17"; version = "0.2.18"; src = fetchFromGitHub { owner = "leptos-rs"; repo = pname; rev = "v${version}"; hash = "sha256-W08R1ny4LyzWehnsWSMCRjCxmvV0k7ARVbmZ740hg8w="; hash = "sha256-53T69yX+yllfZgHyKL6aydCtc2xIKG2f/Xgcb2yopxg="; }; cargoHash = "sha256-kuKsBnmH3bPgwuJ1q49iHMNT47Djx9BKxcMBbJ3zqis="; cargoHash = "sha256-35QUaETifNitnIjaHRyZFdzsLRfQsoonHS5/TOkYIgU="; buildInputs = optionals isDarwin [ SystemConfiguration Loading