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

Merge pull request #295437 from r-vdp/fwupd_1_9_15

fwupd: 1.9.14 -> 1.9.15
parents 4ea4e37e 93231d71
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.14";
  version = "1.9.15";

  # 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-pG4pRksHw8p8rz99UnLURP+ROE+P+ySt4IlfmyRc1CQ=";
    hash = "sha256-w0egw5FKNAOnIYjp2RUx74taivnClQmRfhaFHdKOGZc=";
  };

  patches = [