Unverified Commit 92fbc3b4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #263055 from r-ryantm/auto-update/xeus-zmq

xeus-zmq: 1.1.0 -> 1.1.1
parents 702853c6 70be0d27
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 ];