joomscan: fix version scheme (#543076)

This commit is contained in:
Nick Cao
2026-07-20 13:27:35 +00:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ let
in
stdenv.mkDerivation {
pname = "joomscan";
version = "unstable-2021-06-08";
version = "0.0.7-unstable-2021-06-08";
src = fetchFromGitHub {
owner = "owasp";