Commit f17b3b25 authored by R. RyanTM's avatar R. RyanTM
Browse files

sope: 5.11.2 -> 5.12.1

parent 6d0d3850
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 =