Unverified Commit a1471d3f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #278349 from r-ryantm/auto-update/w_scan2

w_scan2: 1.0.14 -> 1.0.15
parents d9bb80c7 e80c2ac6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "w_scan2";
  version = "1.0.14";
  version = "1.0.15";

  src = fetchFromGitHub {
    owner = "stefantalpalaru";
    repo = "w_scan2";
    rev = version;
    hash = "sha256-fDFAJ4EMwu4X1Go3jkRjwA66xDY4tJ5wCKlEdZUT4qQ=";
    hash = "sha256-ToD02W9H9HqddhpZsQm2Uzy/cVtv4KnfYmpCl2KEGSY=";
  };

  meta = {