zfstools 0.3.1 -> 0.3.2
This commit is contained in:
parent
a9eedc31cd
commit
e5e2de874e
@ -1,14 +1,15 @@
|
|||||||
{ stdenv, fetchgit, ruby, zfs }:
|
{ stdenv, fetchFromGitHub, ruby, zfs }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zfstools-${version}";
|
name = "zfstools-${version}";
|
||||||
|
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = https://github.com/bdrewery/zfstools.git;
|
sha256 = "1dzfir9413qrmx9kqpndi3l2m09f6l1wspnwn84lm3n1g9cr46nd";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0bhs0gn1f4z1jm631vp26sbysy4crq489q56rxqfd8ns1xsp1f5j";
|
repo = "zfstools";
|
||||||
|
owner = "bdrewery";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ruby ];
|
buildInputs = [ ruby ];
|
||||||
@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit version;
|
||||||
homepage = https://github.com/bdrewery/zfstools;
|
homepage = https://github.com/bdrewery/zfstools;
|
||||||
description = "OpenSolaris-like and compatible auto snapshotting script for ZFS";
|
description = "OpenSolaris-like and compatible auto snapshotting script for ZFS";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user