ipp-usb: 0.9.28 -> 0.9.29

This commit is contained in:
R. Ryantm
2025-03-05 02:25:17 +00:00
parent 4f8cf45715
commit 78ee690213
+2 -2
View File
@@ -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 = ''