Merge pull request #272280 from Misaka13514/bump-fscan

fscan: 1.8.3 -> 1.8.3-build3
This commit is contained in:
Thomas Gerbet 2023-12-05 20:54:36 +01:00 committed by GitHub
commit fa2ab930dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fscan";
version = "1.8.3";
version = "1.8.3-build3";
src = fetchFromGitHub {
owner = "shadow1ng";
repo = "fscan";
rev = version;
hash = "sha256-uoM/nMtgIqyzpOoSQKD5k4LXAXoA8G5N4In8tZlngqs=";
hash = "sha256-GtOCd8JaR6tx8hoB+P9QXrEnN7Wvmv7jddhc2/8hjvQ=";
};
vendorHash = "sha256-hvb2IfypwYauF3ubE36u0bTU+l/FWP/CZt6dFd9zc6s=";
@ -18,7 +18,6 @@ buildGoModule rec {
homepage = "https://github.com/shadow1ng/fscan";
license = licenses.mit;
maintainers = with maintainers; [ Misaka13514 ];
platforms = with platforms; unix ++ windows;
mainProgram = "fscan";
};
}