Unverified Commit a6a84940 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #291839 from r-vdp/fwupd_1_9_14

fwupd: 1.9.13 -> 1.9.14
parents bbabfca4 2116b714
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "fwupd";
  version = "1.9.13";
  version = "1.9.14";

  # libfwupd goes to lib
  # daemon, plug-ins and libfwupdplugin go to out
@@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "fwupd";
    repo = "fwupd";
    rev = finalAttrs.version;
    hash = "sha256-h2e9MFTb777xbNRlzKWXc5GUdu/BHSkJTaogEE5byjo=";
    hash = "sha256-pG4pRksHw8p8rz99UnLURP+ROE+P+ySt4IlfmyRc1CQ=";
  };

  patches = [