Commit 70be0d27 authored by R. RyanTM's avatar R. RyanTM
Browse files

xeus-zmq: 1.1.0 -> 1.1.1

parent 6c5458cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

clangStdenv.mkDerivation rec {
  pname = "xeus-zmq";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "jupyter-xeus";
    repo = "xeus-zmq";
    rev = "${version}";
    hash = "sha256-j23NPgqwjQ7x4QriCb+N7CtBWhph+pCmBC0AULEDL1U=";
    hash = "sha256-sfGXo6CPJu5TJrkecLLoaQxrGaJbeQG+QiCkltAwuI8=";
  };

  nativeBuildInputs = [ cmake ];