primesieve: 7.3 -> 7.4 (#57375)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/primesieve/versions
This commit is contained in:
R. RyanTM 2019-03-12 14:43:56 -07:00 committed by xeji
parent e398c920cf
commit e14d70d955

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "primesieve-${version}";
version = "7.3";
version = "7.4";
nativeBuildInputs = [cmake];
src = fetchurl {
url = "https://github.com/kimwalisch/primesieve/archive/v${version}.tar.gz";
sha256 = "0l7h5r4c7hijh0c0nsdxvjqzc9dbhlx535b87fglf2i2p9la1x5v";
sha256 = "16930d021ai8cl3gsnn2v6l30n6mklwwqd53z51cddd3dj69x6zz";
};
meta = with stdenv.lib; {