Merge pull request #36055 from ryantm/auto-update/thin-provisioning-tools-0.6.3-to-0.7.5

thin-provisioning-tools: 0.6.3 -> 0.7.5
This commit is contained in:
Matthew Justin Bauer 2018-04-25 14:48:56 -05:00 committed by GitHub
commit 160d9ed652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "thin-provisioning-tools-${version}";
version = "0.6.3";
version = "0.7.5";
src = fetchFromGitHub {
owner = "jthornber";
repo = "thin-provisioning-tools";
rev = "v${version}";
sha256 = "0glwhfzwj9afbqdv59ppgfqy7rik8m0vcap7279fpnvwpr1c2p5n";
sha256 = "1ibg5wxrbqg4pr3f6aacqm42fxpwn5q00j8ldy9mw4an3ck41cwa";
};
nativeBuildInputs = [ autoreconfHook ];