Unverified Commit 66f47df0 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

thin-provisioning-tools: 1.2.1 -> 1.2.2 (#449130)

parents ce555882 6a1583ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "thin-provisioning-tools";
  version = "1.2.1";
  version = "1.2.2";

  src = fetchFromGitHub {
    owner = "jthornber";
    repo = "thin-provisioning-tools";
    rev = "v${version}";
    hash = "sha256-cDXjJpYCcOUtEftMBUTg4fbr4E7SxpDatZunba4JpH8=";
    hash = "sha256-JnibI3txqPXwEemLtgtfe6NAZrOX09p0w4sp9/HEXBQ=";
  };

  strictDeps = true;
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
    udev
  ];

  cargoHash = "sha256-6KY+p2IhBzy4yrhVDswdah815oSsTeCcWmZH8wUQIf4=";
  cargoHash = "sha256-1spipVIT49G0l6yLyv3/7jsR2xyJQPjtB5vouyAjpgA=";

  passthru.tests = {
    inherit (nixosTests.lvm2) lvm-thinpool-linux-latest;