python310Packages.sqlmap 0 -> 1 attrpath: python310Packages.sqlmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g4ja6ypmy424ald89m1v139x2fdwqfz5-packages.json.drv building '/nix/store/g4ja6ypmy424ald89m1v139x2fdwqfz5-packages.json.drv'... Going to be running update for following packages: - python3.10-sqlmap-1.6.12 Press Enter key to continue... Running update for: - python3.10-sqlmap-1.6.12: UPDATING ... - python3.10-sqlmap-1.6.12: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sqlmap/default.nix b/pkgs/development/python-modules/sqlmap/default.nix index f6378cfce9e..338112f8d7f 100644 --- a/pkgs/development/python-modules/sqlmap/default.nix +++ b/pkgs/development/python-modules/sqlmap/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "sqlmap"; - version = "1.6.12"; + version = "1.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-RHDW2A9mC0zIpjNqUUhXvWDBWj7r4O+9FTFRYUqoAXw="; + sha256 = "sha256-EQ7kdX14WkmH4b40W2sXplZdJw9SICYBpy6lPbMx8WY="; }; postPatch = '' No auto update branch exists Successfully finished processing cachix "/nix/store/4ka4bnl1jydf5wiqrfg567wkqx7l6wa6-python3.10-sqlmap-1.7" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#python310Packages.sqlmap --raw --apply "p: let gh = m : m.github or \"\"; nonempty = s: s != \"\"; addAt = s: \"@\"+s; in builtins.concatStringsSep \" \" (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or []))" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/python310Packages.sqlmap' is dirty error: syntax error, unexpected end of file, expecting ')' at «string»:1:177: 1| p: let gh = m : m.github or ""; nonempty = s: s != ""; addAt = s: "@"+s; in builtins.concatStringsSep " " (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or [])) | ^