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

bio-gappa: 0.8.4 -> 0.8.5 (#365738)

parents d6a24018 6086df8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bio-gappa";
  version = "0.8.4";
  version = "0.8.5";

  src = fetchFromGitHub {
    owner = "lczech";
    repo = "gappa";
    rev = "v${finalAttrs.version}";
    hash = "sha256-VAp9e5Cu3tTeWSOTZ8kPG1eOyocYZiJsy/s+MWbCMLI=";
    hash = "sha256-YuvJyLMfGUKXvJyMe/HadrCc6HRnn4bipepX2FOuGfM=";
    fetchSubmodules = true;
  };