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

Merge pull request #278474 from r-vdp/fwupd_1_9_11

fwupd: 1.9.10 -> 1.9.11
parents 44614000 d221c267
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "fwupd";
  version = "1.9.10";
  version = "1.9.11";

  # libfwupd goes to lib
  # daemon, plug-ins and libfwupdplugin go to out
@@ -132,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "fwupd";
    repo = "fwupd";
    rev = finalAttrs.version;
    hash = "sha256-qB7SGkjPahZmLax8HrSdLvORAXTBcuN5NohT0KUjCnM=";
    hash = "sha256-chPZ9nGhFcaExoJDJvFy8terIGZRU6S90RKBYkoWyGQ=";
  };

  patches = [