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

xeus-zmq: 1.1.0 -> 1.1.1
This commit is contained in:
Nick Cao
2023-10-24 13:44:53 -04:00
committed by GitHub
@@ -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 ];