fwup: 1.5.1 -> 1.5.2

This commit is contained in:
R. RyanTM 2020-04-01 12:04:49 +00:00
parent a8811cb82b
commit 1fc60492a0

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fwup"; pname = "fwup";
version = "1.5.1"; version = "1.5.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fhunleth"; owner = "fhunleth";
repo = "fwup"; repo = "fwup";
rev = "v${version}"; rev = "v${version}";
sha256 = "08gscwdq7fwfpk3mf7dfdf64n5ijm5kjb7f5wrzzvpnnqz24xnb0"; sha256 = "05sjdlh450hk474a44yr6kz9dzx72jfxpi1krxbd0pdizlmfypsg";
}; };
doCheck = true; doCheck = true;
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Configurable embedded Linux firmware update creator and runner"; description = "Configurable embedded Linux firmware update creator and runner";
homepage = https://github.com/fhunleth/fwup; homepage = "https://github.com/fhunleth/fwup";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.georgewhewell ]; maintainers = [ maintainers.georgewhewell ];
platforms = platforms.all; platforms = platforms.all;