ipp-usb: 0.9.33 -> 0.9.34 (#532154)

This commit is contained in:
Guillaume Girol
2026-06-17 19:02:39 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "ipp-usb";
version = "0.9.33";
version = "0.9.34";
src = fetchFromGitHub {
owner = "openprinting";
repo = "ipp-usb";
rev = finalAttrs.version;
sha256 = "sha256-G8eCRzfwF7fFROFgDPuiSVH2NAvKefGJfzLU6yW23z4=";
sha256 = "sha256-4xZf8Q1MfQcB13vHRdb8dQyZWrwnJzubdi+zln1lRc8=";
};
postPatch = ''