ipp-usb: 0.9.27 -> 0.9.28

This commit is contained in:
R. Ryantm 2024-10-18 12:31:03 +00:00
parent ac76a342a8
commit bb521db2ab

View File

@ -1,13 +1,13 @@
{ buildGoModule, avahi, libusb1, pkg-config, lib, fetchFromGitHub, ronn }: { buildGoModule, avahi, libusb1, pkg-config, lib, fetchFromGitHub, ronn }:
buildGoModule rec { buildGoModule rec {
pname = "ipp-usb"; pname = "ipp-usb";
version = "0.9.27"; version = "0.9.28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openprinting"; owner = "openprinting";
repo = "ipp-usb"; repo = "ipp-usb";
rev = version; rev = version;
sha256 = "sha256-TBnEEH7GoOOFUh5zwJeb7c2nltaP7oCEZGnPWiK9sXk="; sha256 = "sha256-fjhiOftiZmc9/mA/0yQuIF4/OsBuGUIpf7DLrJB3GRk=";
}; };
postPatch = '' postPatch = ''