Skip to content

Commit

Permalink
ipp-usb: 0.9.23 -> 0.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and marcusramberg committed Dec 30, 2023
1 parent d4cbea8 commit d371010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/ipp-usb/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ buildGoModule, avahi, libusb1, pkg-config, lib, fetchFromGitHub, ronn }:
buildGoModule rec {
pname = "ipp-usb";
version = "0.9.23";
version = "0.9.24";

src = fetchFromGitHub {
owner = "openprinting";
repo = "ipp-usb";
rev = version;
sha256 = "sha256-sbPQWKqkTaD3kLNs0noVIzAN9cwDEaULsqO7SMQH2Jo=";
sha256 = "sha256-06Kb4s9oN53llz/Yya45ig5rd86VvlcK+vRh3bL/MAw=";
};

postPatch = ''
Expand All @@ -24,7 +24,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config ronn ];
buildInputs = [ libusb1 avahi ];

vendorHash = "sha256-KwW6KgopjF4tVo8eB4OtpXF5R8jfrJ9nibNmaN8U4l8=";
vendorHash = "sha256-61vCER1yR70Pn+CrfTai1sgiQQLU6msb9jxushus5W4=";

postInstall = ''
# to accomodate the makefile
Expand Down

0 comments on commit d371010

Please sign in to comment.