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

ipp-usb: 0.9.28 -> 0.9.29 (#387156)

parents d1c52a97 78ee6902
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
buildGoModule rec {
  pname = "ipp-usb";
  version = "0.9.28";
  version = "0.9.29";

  src = fetchFromGitHub {
    owner = "openprinting";
    repo = "ipp-usb";
    rev = version;
    sha256 = "sha256-fjhiOftiZmc9/mA/0yQuIF4/OsBuGUIpf7DLrJB3GRk=";
    sha256 = "sha256-QPknE7Q0UjPRM+ohv3EwZS3D3cR+lZEBgc5MqlvsDso=";
  };

  postPatch = ''