Unverified Commit 64ad5c96 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

sope: 5.12.1 -> 5.12.2 (#420083)

parents f9e70b6a 5c509c0f
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.12.1";
  version = "5.12.2";

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

  buildInputs =