lol

Merge pull request #252391 from figsoda/dist

cargo-dist: 0.1.0 -> 0.2.0

authored by

Matthias Beyer and committed by
GitHub
c1cbbf19 c32885e9

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-dist/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "cargo-dist"; 16 - version = "0.1.0"; 16 + version = "0.2.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "axodotdev"; 20 20 repo = "cargo-dist"; 21 21 rev = "v${version}"; 22 - hash = "sha256-yuBf6WgY+sGk7Y5/gZFHeawbHhsVIxabFlpiL4AUzK8="; 22 + hash = "sha256-uHkmwmEVV3+VPvp5WIc+PbwYvhYZHStiMun1yguPelw="; 23 23 }; 24 24 25 - cargoHash = "sha256-vfpSMa3NO95SPU4jSW1qKMUy4EGZloYNC3SyGwlTGC0="; 25 + cargoHash = "sha256-8bgb8CCkoqECyd9CW2OkPQmhqfiIOuelsXhOcm1d9kQ="; 26 26 27 27 nativeBuildInputs = [ 28 28 pkg-config