Loading pkgs/development/tools/rust/cargo-dist/default.nix +6 −3 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , nix-update-script , pkg-config , bzip2 , xz Loading @@ -13,16 +14,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-dist"; version = "0.7.2"; version = "0.8.0"; src = fetchFromGitHub { owner = "axodotdev"; repo = "cargo-dist"; rev = "v${version}"; hash = "sha256-K+pqyH3Ajfp+tPhAuK7XCNfGdXa15oNqfsQcogvmQ8o="; hash = "sha256-AyxC1YS1VvCBIS6lKDtT2zX3bhorF4G+qg+brm4tJm8="; }; cargoHash = "sha256-ZJdVhSznznnF1P28XkwtoeWoeymtPNaAZgOaKby+gnk="; cargoHash = "sha256-kStLY/Hjj0DeisjXzw2BbmJalNljUP0ogBEXcoDX3FE="; nativeBuildInputs = [ pkg-config Loading Loading @@ -51,6 +52,8 @@ rustPlatform.buildRustPackage rec { rm cargo-dist/tests/cli-tests.rs ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A tool for building final distributable artifacts and uploading them to an archive"; homepage = "https://github.com/axodotdev/cargo-dist"; Loading Loading
pkgs/development/tools/rust/cargo-dist/default.nix +6 −3 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , nix-update-script , pkg-config , bzip2 , xz Loading @@ -13,16 +14,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-dist"; version = "0.7.2"; version = "0.8.0"; src = fetchFromGitHub { owner = "axodotdev"; repo = "cargo-dist"; rev = "v${version}"; hash = "sha256-K+pqyH3Ajfp+tPhAuK7XCNfGdXa15oNqfsQcogvmQ8o="; hash = "sha256-AyxC1YS1VvCBIS6lKDtT2zX3bhorF4G+qg+brm4tJm8="; }; cargoHash = "sha256-ZJdVhSznznnF1P28XkwtoeWoeymtPNaAZgOaKby+gnk="; cargoHash = "sha256-kStLY/Hjj0DeisjXzw2BbmJalNljUP0ogBEXcoDX3FE="; nativeBuildInputs = [ pkg-config Loading Loading @@ -51,6 +52,8 @@ rustPlatform.buildRustPackage rec { rm cargo-dist/tests/cli-tests.rs ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A tool for building final distributable artifacts and uploading them to an archive"; homepage = "https://github.com/axodotdev/cargo-dist"; Loading