mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
ipp-usb: 0.9.30 -> 0.9.31
This commit is contained in:
parent
c637936870
commit
c7353b21f4
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@
|
|||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "ipp-usb";
|
||||
version = "0.9.30";
|
||||
version = "0.9.31";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openprinting";
|
||||
repo = "ipp-usb";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "sha256-LcThjiN/MRk4ISWWRT4g/eLvuhzM8pIDAcSlM5us3nQ=";
|
||||
sha256 = "sha256-WoJa00dSTXknoEjRO/L1yZc6pA0SfAhKsG6QqS6aDSc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue