nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

echidna: 2.0.4 -> 2.0.5

+2 -2
+2 -2
pkgs/tools/security/echidna/default.nix
··· 10 10 }: 11 11 mkDerivation rec { 12 12 pname = "echidna"; 13 - version = "2.0.4"; 13 + version = "2.0.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "crytic"; 17 17 repo = "echidna"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-DiEZGbd08QLP8zgrIssGYL6h18AprcWZSYp1mMu9TRw="; 19 + sha256 = "sha256-8bChe+qA4DowfuwsR5wLckb56fXi102g8vL2gAH/kYE="; 20 20 }; 21 21 22 22 isLibrary = true;