Merge pull request #74385 from r-ryantm/auto-update/fwup

fwup: 1.3.1 -> 1.5.0
This commit is contained in:
Jan Tojnar 2019-12-07 17:46:11 +01:00 committed by GitHub
commit 22c1f967a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;