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