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 {
pname = "fwup";
version = "1.3.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "058llxr8hbdjl721g76icm0gr50bglcgazwrbp3dxyd9jaa0bzc7";
sha256 = "11jh6pqzgcvzg5i0zhhlc3v4yc2x9bnmd9g8sqzb666jwz3yn7x3";
};
doCheck = true;