mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #184399 from r-ryantm/auto-update/net-snmp
net-snmp: 5.9.1 -> 5.9.3
This commit is contained in:
commit
1dea00ef50
@ -10,11 +10,11 @@
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "net-snmp";
|
||||
version = "5.9.1";
|
||||
version = "5.9.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/net-snmp/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-63/UpE3mzdv/2akqha0TCeXBBU+51afdkweciVP0jD8=";
|
||||
sha256 = "sha256-IJfym34b8/EwC0uuUvojCNC7jV05mNvgL5RipBOi7wo=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
Loading…
Reference in New Issue
Block a user