Unverified Commit 59acb84d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

sope: 5.11.2 -> 5.12.1 (#392925)

parents 2f9173bd f17b3b25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

clangStdenv.mkDerivation rec {
  pname = "sope";
  version = "5.11.2";
  version = "5.12.1";

  src = fetchFromGitHub {
    owner = "Alinto";
    repo = "sope";
    rev = "SOPE-${version}";
    hash = "sha256-6vec2ZgpK5jcKr3c2SLn6fLAun56MDjupWtR6dMdjag=";
    hash = "sha256-a7uOFiPnZ++ACV1Ggwh+YtP+NQYS4datQdlPtG+qlg0=";
  };

  buildInputs =