zfstools: 0.3.3 -> 0.3.6

This commit is contained in:
Franz Pletz 2016-10-14 02:02:03 +02:00
parent 9df6c89a6e
commit 8f794cd6b8
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,11 +1,11 @@
{ stdenv, fetchFromGitHub, ruby, zfs }:
let version = "0.3.3"; in
let version = "0.3.6"; in
stdenv.mkDerivation rec {
name = "zfstools-${version}";
src = fetchFromGitHub {
sha256 = "1gj6jksc9crmjvhsx8yp3l06b5vcm415l0bmdjcil7jjbfhwwp2k";
sha256 = "16lvw3xbmxp2pr8nixqn7lf4504zaaxvbbdnjkv4dggwd4lsdjyg";
rev = "v${version}";
repo = "zfstools";
owner = "bdrewery";