Loading pkgs/by-name/ca/cargo-dist/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,16 +15,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-dist"; version = "0.27.1"; version = "0.28.0"; src = fetchFromGitHub { owner = "axodotdev"; repo = "cargo-dist"; rev = "v${version}"; hash = "sha256-bMEJJk3tTcIQsu5CpXC71Rs6bvwCG8HI64YHpUAfzM4="; hash = "sha256-0mKCwb7nvl8BRtQyweItkMT0PrKRGTvpB9Acgro7QSM="; }; cargoHash = "sha256-lVYYmKAMiecu7U3JmBQoQbDT1OmlisMjDC5vG9CrM9g="; cargoHash = "sha256-D55UXup19R1fBAqzVSDWHH9ORQtWIf+o1UV36hODE4E="; nativeBuildInputs = [ pkg-config Loading Loading @@ -58,7 +58,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Tool for building final distributable artifacts and uploading them to an archive"; mainProgram = "cargo-dist"; mainProgram = "dist"; homepage = "https://github.com/axodotdev/cargo-dist"; changelog = "https://github.com/axodotdev/cargo-dist/blob/${src.rev}/CHANGELOG.md"; license = with licenses; [ Loading Loading
pkgs/by-name/ca/cargo-dist/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,16 +15,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-dist"; version = "0.27.1"; version = "0.28.0"; src = fetchFromGitHub { owner = "axodotdev"; repo = "cargo-dist"; rev = "v${version}"; hash = "sha256-bMEJJk3tTcIQsu5CpXC71Rs6bvwCG8HI64YHpUAfzM4="; hash = "sha256-0mKCwb7nvl8BRtQyweItkMT0PrKRGTvpB9Acgro7QSM="; }; cargoHash = "sha256-lVYYmKAMiecu7U3JmBQoQbDT1OmlisMjDC5vG9CrM9g="; cargoHash = "sha256-D55UXup19R1fBAqzVSDWHH9ORQtWIf+o1UV36hODE4E="; nativeBuildInputs = [ pkg-config Loading Loading @@ -58,7 +58,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Tool for building final distributable artifacts and uploading them to an archive"; mainProgram = "cargo-dist"; mainProgram = "dist"; homepage = "https://github.com/axodotdev/cargo-dist"; changelog = "https://github.com/axodotdev/cargo-dist/blob/${src.rev}/CHANGELOG.md"; license = with licenses; [ Loading