Merge pull request #296292 from r-ryantm/auto-update/ipp-usb

ipp-usb: 0.9.24 -> 0.9.25
This commit is contained in:
Guillaume Girol
2024-03-16 18:32:51 +01:00
committed by GitHub
+2 -2
View File
@@ -1,13 +1,13 @@
{ buildGoModule, avahi, libusb1, pkg-config, lib, fetchFromGitHub, ronn }:
buildGoModule rec {
pname = "ipp-usb";
version = "0.9.24";
version = "0.9.25";
src = fetchFromGitHub {
owner = "openprinting";
repo = "ipp-usb";
rev = version;
sha256 = "sha256-06Kb4s9oN53llz/Yya45ig5rd86VvlcK+vRh3bL/MAw=";
sha256 = "sha256-ryKQDzb31JA192lbCYkwJrXgwErViqIzP4mD2NmWdgA=";
};
postPatch = ''