Unverified Commit fd4188aa authored by wxt's avatar wxt
Browse files

fprint: 1.94.3 -> 1.94.4

parent aec7ee7b
Loading
Loading
Loading
Loading
+49 −47
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
  libfprint-tod,
}:

(fprintd.override { libfprint = libfprint-tod; }).overrideAttrs (oldAttrs: finalAttrs:{
(fprintd.override { libfprint = libfprint-tod; }).overrideAttrs (
  finalAttrs: previousAttrs: {
    pname = "fprintd-tod";
    version = "1.90.9";

@@ -18,7 +19,7 @@
      sha256 = "sha256-rOTVThHOY/Q2IIu2RGiv26UE2V/JFfWWnfKZQfKl5Mg=";
    };

  patches = oldAttrs.patches or [ ] ++ [
    patches = previousAttrs.patches or [ ] ++ [
      (fetchpatch {
        name = "use-more-idiomatic-correct-embedded-shell-scripting";
        url = "https://gitlab.freedesktop.org/libfprint/fprintd/-/commit/f4256533d1ffdc203c3f8c6ee42e8dcde470a93f.patch";
@@ -42,7 +43,7 @@
    ];

    postPatch =
    oldAttrs.postPatch or ""
      previousAttrs.postPatch or ""
      + ''
        # part of "remove-pointless-copying-of-files-into-build-directory" but git-apply doesn't handle renaming
        mv src/device.xml src/net.reactivated.Fprint.Device.xml
@@ -56,4 +57,5 @@
      platforms = lib.platforms.linux;
      maintainers = with lib.maintainers; [ hmenke ];
    };
})
  }
)
+1 −1

File changed.

Contains only whitespace changes.