w_scan2: 1.0.15 -> 1.0.16 (#381204)

This commit is contained in:
Wolfgang Walther
2025-02-25 20:39:13 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "w_scan2";
version = "1.0.15";
version = "1.0.16";
src = fetchFromGitHub {
owner = "stefantalpalaru";
repo = "w_scan2";
rev = version;
hash = "sha256-ToD02W9H9HqddhpZsQm2Uzy/cVtv4KnfYmpCl2KEGSY=";
hash = "sha256-8yFK2BnlrRBnQhsuy3Dh+oBH8Ainr6mLdRTqOSqY2FA=";
};
meta = {