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
commit 0214817877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''