fwup: 1.3.1 -> 1.5.0

This commit is contained in:
R. RyanTM 2019-11-27 14:50:23 -08:00
parent 646b279c55
commit 35285cc652

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fwup"; pname = "fwup";
version = "1.3.1"; version = "1.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fhunleth"; owner = "fhunleth";
repo = "fwup"; repo = "fwup";
rev = "v${version}"; rev = "v${version}";
sha256 = "058llxr8hbdjl721g76icm0gr50bglcgazwrbp3dxyd9jaa0bzc7"; sha256 = "11jh6pqzgcvzg5i0zhhlc3v4yc2x9bnmd9g8sqzb666jwz3yn7x3";
}; };
doCheck = true; doCheck = true;