Commit b78688e1 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

avogadro2: 1.99.0 -> 1.100.0

parent 6e50a46c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "avogadro2";
  version = "1.99.0";
  version = "1.100.0";

  src = fetchFromGitHub {
    owner = "OpenChemistry";
    repo = "avogadroapp";
    rev = version;
    hash = "sha256-m8kX4WzOmPE/BZQRePOoUAdMPdWb6pmcqtPvDdEIIao=";
    hash = "sha256-NSozi6oElNTIFTdRW32ZcNm8Ae311xk6kN1wtrEqjaU=";
  };

  postUnpack = ''