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