xeus-zmq: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-01-05 08:10:05 +00:00
parent 12f69cd485
commit 9c2b82e926

View file

@ -13,13 +13,13 @@
clangStdenv.mkDerivation rec {
pname = "xeus-zmq";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "jupyter-xeus";
repo = "xeus-zmq";
rev = "${version}";
hash = "sha256-sfGXo6CPJu5TJrkecLLoaQxrGaJbeQG+QiCkltAwuI8=";
hash = "sha256-xavomnqQh5aMrBEyeuwoxrTjsw8wRof3+qxKOsrXqiQ=";
};
nativeBuildInputs = [ cmake ];