biosdevname: update to 0.6.1

This commit is contained in:
Charles Strahan 2015-01-13 22:11:41 -05:00
parent bab648c5b4
commit 5ac7febcb3

View File

@ -1,6 +1,6 @@
{stdenv, fetchgit, automake, autoconf, zlib, pciutils}: {stdenv, fetchgit, automake, autoconf, zlib, pciutils}:
let let
version = "0.5.1"; version = "0.6.1";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "biosdevname-${version}"; name = "biosdevname-${version}";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
src = fetchgit { src = fetchgit {
url = git://linux.dell.com/biosdevname.git; url = git://linux.dell.com/biosdevname.git;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "0qmgfyqv13qwh86140q0qdjxys76arg2d1slyvijx6r314ca4r7z"; sha256 = "11g2pziss0i65mr4y3mwjlcdgpygaxa06lr4q8plmrwl9cick1qa";
}; };
buildInputs = [ buildInputs = [