Unverified Commit 96a2c106 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

fwup: 1.15.0 -> 1.15.1 (#513310)

parents 073f9470 82f3bc09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fwup";
  version = "1.15.0";
  version = "1.15.1";

  src = fetchFromGitHub {
    owner = "fhunleth";
    repo = "fwup";
    tag = "v${finalAttrs.version}";
    hash = "sha256-kVkw+/Z3+ZM1wXV/OmfaVPoUKc6MRuz8GRwpvOscuEM=";
    hash = "sha256-SIRDVlC/g+rq5m4Ind7dqPzjdCjAxRK/kAdXt6byL/8=";
  };

  nativeBuildInputs = [