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

w_scan2: 1.0.14 -> 1.0.15
This commit is contained in:
Nick Cao 2024-01-03 11:27:15 -05:00 committed by GitHub
commit a1471d3fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {