ott: 0.33 -> 0.34 (#369405)

Weijia Wang de5a6307 0ff6b51a

Changed files
+2 -2
pkgs
by-name
ot
+2 -2
pkgs/by-name/ot/ott/package.nix
···
stdenv.mkDerivation rec {
pname = "ott";
-
version = "0.33";
src = fetchFromGitHub {
owner = "ott-lang";
repo = "ott";
rev = version;
-
hash = "sha256-GzeEiok5kigcmfqf/K/UxvlKkl55zy0vOyiRZ2HyMiE=";
};
strictDeps = true;
···
stdenv.mkDerivation rec {
pname = "ott";
+
version = "0.34";
src = fetchFromGitHub {
owner = "ott-lang";
repo = "ott";
rev = version;
+
hash = "sha256-S6EMQgEBrtXB9hTM7x6irZPsI9c9JHeuCk/9pcpQMNg=";
};
strictDeps = true;