Unverified Commit 02148178 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #296292 from r-ryantm/auto-update/ipp-usb

ipp-usb: 0.9.24 -> 0.9.25
parents a1b91992 fcc8bfc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ buildGoModule, avahi, libusb1, pkg-config, lib, fetchFromGitHub, ronn }:
buildGoModule rec {
  pname = "ipp-usb";
  version = "0.9.24";
  version = "0.9.25";

  src = fetchFromGitHub {
    owner = "openprinting";
    repo = "ipp-usb";
    rev = version;
    sha256 = "sha256-06Kb4s9oN53llz/Yya45ig5rd86VvlcK+vRh3bL/MAw=";
    sha256 = "sha256-ryKQDzb31JA192lbCYkwJrXgwErViqIzP4mD2NmWdgA=";
  };

  postPatch = ''