Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0cc397c3a73d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f56d3eb046c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 17, 2019

  1. vulnix: 1.8.1 -> 1.8.2

    Christian Kauhaus committed Jun 17, 2019
    Copy the full SHA
    99bade5 View commit details

Commits on Jun 25, 2019

  1. Merge pull request #63310 from ckauhaus/vulnix-1.8.2

    vulnix: 1.8.1 -> 1.8.2
    srhb authored Jun 25, 2019
    Copy the full SHA
    8f56d3e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/vulnix/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/vulnix/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

pythonPackages.buildPythonApplication rec {
pname = "vulnix";
version = "1.8.1";
version = "1.8.2";

src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "1kpwqsnz7jisi622halzl4s5q42d76nbq6ra800gscnfx48hqw9r";
sha256 = "0zn21j15vd1z7s40s45zr5wri3r770yvazxqmm60fqpzc5sg552y";
};

outputs = [ "out" "doc" "man" ];