mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
libproxy: 0.5.7 -> 0.5.9
Changes: - https://github.com/libproxy/libproxy/releases/tag/0.5.9 - https://github.com/libproxy/libproxy/releases/tag/0.5.8
This commit is contained in:
parent
162ee4189c
commit
46c2555611
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "libproxy";
|
pname = "libproxy";
|
||||||
version = "0.5.7";
|
version = "0.5.9";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "libproxy";
|
owner = "libproxy";
|
||||||
repo = "libproxy";
|
repo = "libproxy";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-VKVazLkmm1BZeGxrQmkpHors27bki0l8US3ZGI6OR0w=";
|
hash = "sha256-Z70TjLk5zulyYMAK+uMDhpsdvLa6m25pY8jahUA6ASE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user