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

fwup: 1.5.1 -> 1.5.2
This commit is contained in:
Mario Rodas 2020-04-01 08:30:06 -05:00 committed by GitHub
commit 0b09ea6aed
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.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "08gscwdq7fwfpk3mf7dfdf64n5ijm5kjb7f5wrzzvpnnqz24xnb0";
sha256 = "05sjdlh450hk474a44yr6kz9dzx72jfxpi1krxbd0pdizlmfypsg";
};
doCheck = true;
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Configurable embedded Linux firmware update creator and runner";
homepage = https://github.com/fhunleth/fwup;
homepage = "https://github.com/fhunleth/fwup";
license = licenses.asl20;
maintainers = [ maintainers.georgewhewell ];
platforms = platforms.all;