Unverified Commit b3f7af21 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

fwup: 1.13.2 -> 1.15.0 (#458533)

parents 1cabc318 e4d6ab21
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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;