w_scan2: 1.0.15 -> 1.0.16

This commit is contained in:
R. Ryantm
2025-02-11 15:39:59 +00:00
parent b64b41e8d6
commit fea02b40e8
+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 = {