sdparm: 1.09 -> 1.10

This commit is contained in:
Tobias Geerinckx-Rice 2016-04-29 19:38:48 +02:00
parent 928cf63a92
commit 1541e1ca6b
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -1,11 +1,12 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "sdparm-1.09";
stdenv.mkDerivation rec {
name = "sdparm-${version}";
version = "1.10";
src = fetchurl {
url = http://sg.danny.cz/sg/p/sdparm-1.09.tar.xz;
sha256 = "0jakqyjwi72zqjzss04bally0xl0lc4710mx8da08vpmir1hfphg";
url = "http://sg.danny.cz/sg/p/${name}.tar.xz";
sha256 = "1jjq3lzgfy4r76rc26q02lv4wm5cb4dx5nh913h489zjrr4f3jbx";
};
meta = with stdenv.lib; {