Unverified Commit 559268ac authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

mfaktc: 0.23.5 -> 0.23.6 (#437940)

parents e20ad660 730eae6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mfaktc";
  version = "0.23.5";
  version = "0.23.6";

  src = fetchFromGitHub {
    owner = "primesearch";
    repo = "mfaktc";
    tag = "${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-NUcRd+WvmRjXC7rfOKFw4mue7V9oobsy/OTHHEoaiHo=";
    hash = "sha256-+oO2zMGxcnkEUlD1q5Sy79aXp7BtGTTsvbKjPqBt7sw=";
  };

  enableParallelBuilding = true;