···5}:
67stdenv.mkDerivation rec {
8- version = "3.7.0";
9 name = "yara-${version}";
1011 src = fetchFromGitHub {
12 owner = "VirusTotal";
13 repo = "yara";
14 rev = "v${version}";
15- sha256 = "1giq5677j0vh5vw0nsv5qcqddcif6jckqaxyqg13j0j54n1p6xyj";
16 };
1718 # FIXME: this is probably not the right way to make it work
···5}:
67stdenv.mkDerivation rec {
8+ version = "3.7.1";
9 name = "yara-${version}";
1011 src = fetchFromGitHub {
12 owner = "VirusTotal";
13 repo = "yara";
14 rev = "v${version}";
15+ sha256 = "05smkn4ii8irx6ccnzrhwa39pkmrjyxjmfrwh6mhdd8iz51v5cgz";
16 };
1718 # FIXME: this is probably not the right way to make it work