preserves-tools: 1.0.0 -> 2.3.0

This commit is contained in:
Emery Hemingway 2021-12-05 12:03:09 +00:00
parent 698b386931
commit 2ea129e1a1
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ rustPlatform.buildRustPackage rec {
# use the name of the actual utility so that
# nix run …#preserves-tools works as expected.
version = "1.0.0";
version = "2.3.0";
src = fetchCrate {
pname = "preserves-tools"; # name of the crate
inherit version;
sha256 = "10vy7pmdbxkcwbr1qwqqv1lfi622pk8ncbp1hn5jrddxrv92q4ph";
sha256 = "sha256-I9dqY2pej/HRQg2VGkEoWKOlo4c9TYwk/jw23eN1nlU=";
};
cargoHash = "sha256-h6ulvjTDTj8/fmzEn1YgZKmze4jwpmGjcSq78hmq2cU=";
cargoHash = "sha256-0UMGDoyfdEJQQDoUadbU6Ev6yA2k0sQHRvO/Z+4QF5g=";
nativeBuildInputs = [ rust ];
meta = {