fwup: 1.13.2 -> 1.15.0 (#458533)

This commit is contained in:
dotlambda
2025-12-29 17:28:09 +00:00
committed by GitHub
+4 -3
View File
@@ -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;