Loading pkgs/development/tools/rust/cargo-edit/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,17 +11,17 @@ rustPlatform.buildRustPackage rec { pname = "cargo-edit"; version = "0.13.1"; version = "0.13.2"; src = fetchFromGitHub { owner = "killercup"; repo = pname; rev = "v${version}"; hash = "sha256-u5tpJEOyVGCmNYeXY4TdPTy6kZr/7nAMpCqhoeWVjfQ="; hash = "sha256-kwchy30i2zYS7uwUonDusumLbpZxdzZ/8Rts25zwqdo="; }; useFetchCargoVendor = true; cargoHash = "sha256-yfKKh2nqlcOGF6Mbt50VGKQ12ry5DNlwReQakWp174c="; cargoHash = "sha256-ebrjEnLOvkAMICcreJu+jOze9R/crtAFfRDa6kqLNnA="; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/development/tools/rust/cargo-edit/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,17 +11,17 @@ rustPlatform.buildRustPackage rec { pname = "cargo-edit"; version = "0.13.1"; version = "0.13.2"; src = fetchFromGitHub { owner = "killercup"; repo = pname; rev = "v${version}"; hash = "sha256-u5tpJEOyVGCmNYeXY4TdPTy6kZr/7nAMpCqhoeWVjfQ="; hash = "sha256-kwchy30i2zYS7uwUonDusumLbpZxdzZ/8Rts25zwqdo="; }; useFetchCargoVendor = true; cargoHash = "sha256-yfKKh2nqlcOGF6Mbt50VGKQ12ry5DNlwReQakWp174c="; cargoHash = "sha256-ebrjEnLOvkAMICcreJu+jOze9R/crtAFfRDa6kqLNnA="; nativeBuildInputs = [ pkg-config ]; Loading