fwup: 1.13.2 -> 1.15.0 (#458533)
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fwup";
|
||||
version = "1.13.2";
|
||||
version = "1.15.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fhunleth";
|
||||
repo = "fwup";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-s9M734Ohf8kItoOdaxewk4Enbrm2wsT0M4Ak9+q3KA8=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-kVkw+/Z3+ZM1wXV/OmfaVPoUKc6MRuz8GRwpvOscuEM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/fwup-home/fwup/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Configurable embedded Linux firmware update creator and runner";
|
||||
homepage = "https://github.com/fhunleth/fwup";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user