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

This commit is contained in:
Guillaume Girol
2025-03-11 21:01:53 +01:00
committed by GitHub
+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 = ''