Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

yara: 3.7.0 -> 3.7.1

+2 -2
+2 -2
pkgs/tools/security/yara/default.nix
··· 5 }: 6 7 stdenv.mkDerivation rec { 8 - version = "3.7.0"; 9 name = "yara-${version}"; 10 11 src = fetchFromGitHub { 12 owner = "VirusTotal"; 13 repo = "yara"; 14 rev = "v${version}"; 15 - sha256 = "1giq5677j0vh5vw0nsv5qcqddcif6jckqaxyqg13j0j54n1p6xyj"; 16 }; 17 18 # FIXME: this is probably not the right way to make it work
··· 5 }: 6 7 stdenv.mkDerivation rec { 8 + version = "3.7.1"; 9 name = "yara-${version}"; 10 11 src = fetchFromGitHub { 12 owner = "VirusTotal"; 13 repo = "yara"; 14 rev = "v${version}"; 15 + sha256 = "05smkn4ii8irx6ccnzrhwa39pkmrjyxjmfrwh6mhdd8iz51v5cgz"; 16 }; 17 18 # FIXME: this is probably not the right way to make it work