Loading pkgs/development/libraries/ucx/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ let in stdenv.mkDerivation rec { pname = "ucx"; version = "1.14.1"; version = "1.15.0"; src = fetchFromGitHub { owner = "openucx"; repo = "ucx"; rev = "v${version}"; sha256 = "sha256-oAigiCgbr27pX+kNl+RW1P10TKYFSKrHDK4U4z8WMko="; sha256 = "sha256-VxIxrk9qKM6Ncfczl4p2EhXiLNgPaYTmjhqi6/w2ZNY="; }; nativeBuildInputs = [ autoreconfHook doxygen pkg-config ]; Loading Loading
pkgs/development/libraries/ucx/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ let in stdenv.mkDerivation rec { pname = "ucx"; version = "1.14.1"; version = "1.15.0"; src = fetchFromGitHub { owner = "openucx"; repo = "ucx"; rev = "v${version}"; sha256 = "sha256-oAigiCgbr27pX+kNl+RW1P10TKYFSKrHDK4U4z8WMko="; sha256 = "sha256-VxIxrk9qKM6Ncfczl4p2EhXiLNgPaYTmjhqi6/w2ZNY="; }; nativeBuildInputs = [ autoreconfHook doxygen pkg-config ]; Loading