xeus-zmq: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2023-10-24 02:33:14 +00:00
parent 6c5458cf32
commit 70be0d2750
@@ -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 ];