1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ipp-usb: 0.9.25 -> 0.9.27

This commit is contained in:
R. Ryantm 2024-08-05 00:35:45 +00:00
parent 54770984fc
commit e2e08cb730

View file

@ -1,13 +1,13 @@
{ buildGoModule, avahi, libusb1, pkg-config, lib, fetchFromGitHub, ronn }:
buildGoModule rec {
pname = "ipp-usb";
version = "0.9.25";
version = "0.9.27";
src = fetchFromGitHub {
owner = "openprinting";
repo = "ipp-usb";
rev = version;
sha256 = "sha256-ryKQDzb31JA192lbCYkwJrXgwErViqIzP4mD2NmWdgA=";
sha256 = "sha256-TBnEEH7GoOOFUh5zwJeb7c2nltaP7oCEZGnPWiK9sXk=";
};
postPatch = ''
@ -24,7 +24,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config ronn ];
buildInputs = [ libusb1 avahi ];
vendorHash = "sha256-61vCER1yR70Pn+CrfTai1sgiQQLU6msb9jxushus5W4=";
vendorHash = null;
postInstall = ''
# to accomodate the makefile