sg3_utils: 1.31 -> 1.42

This commit is contained in:
Bjørn Forsman 2016-11-01 22:00:03 +01:00
parent 0b180d1ca4
commit 03200ab74b

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "sg3_utils-1.31";
name = "sg3_utils-1.42";
src = fetchurl {
url = "http://sg.danny.cz/sg/p/${name}.tgz";
sha256 = "190hhkhl096fxkspkr93lrq1n79xz5c5i2n4n4g998qc3yv3hjyq";
sha256 = "1wwy7iiz1lvc32c777yd4vp0c0dqfdlm5jrsm3aa62xx141pmjqx";
};
meta = {