lol

Merge pull request #136204 from fabaff/bump-flawfinder

flawfinder: 2.0.18 -> 2.0.19

authored by

Fabian Affolter and committed by
GitHub
b05c309f 1dd3bd87

+2 -3
+2 -3
pkgs/development/tools/flawfinder/default.nix
··· 1 1 { lib 2 2 , fetchurl 3 - , installShellFiles 4 3 , python3 5 4 }: 6 5 7 6 python3.pkgs.buildPythonApplication rec { 8 7 pname = "flawfinder"; 9 - version = "2.0.18"; 8 + version = "2.0.19"; 10 9 11 10 src = fetchurl { 12 11 url = "https://dwheeler.com/flawfinder/flawfinder-${version}.tar.gz"; 13 - sha256 = "1hk2y13fd2a5gf42a1hk45hw6pbls715wi9k1yh3c3wyhvbyylba"; 12 + sha256 = "sha256-/lUJgdNwq/oKKWcTRswLA4Ipqb2QsjnqsPAfEiEt9hg="; 14 13 }; 15 14 16 15 # Project is using a combination of bash/Python for the tests