mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
libcupsfilters: 2.1.0 -> 2.1.1 (#383227)
This commit is contained in:
commit
e3e32b642a
1 changed files with 3 additions and 3 deletions
|
@ -22,13 +22,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libcupsfilters";
|
pname = "libcupsfilters";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenPrinting";
|
owner = "OpenPrinting";
|
||||||
repo = "libcupsfilters";
|
repo = "libcupsfilters";
|
||||||
rev = "2.1.0";
|
rev = "2.1.1";
|
||||||
hash = "sha256-tnQqM4stUJseDO9BG+PRUSFafjgpQQklTDsDsB9zQ4Y=";
|
hash = "sha256-WEcg+NSsny/N1VAR1ejytM+3nOF3JlNuIUPf4w6N2ew=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue