ott: 0.33 -> 0.34

This commit is contained in:
R. Ryantm
2024-12-30 13:46:28 +00:00
parent 25d0c5fd08
commit 40d81647e9
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "ott";
version = "0.33";
version = "0.34";
src = fetchFromGitHub {
owner = "ott-lang";
repo = "ott";
rev = version;
hash = "sha256-GzeEiok5kigcmfqf/K/UxvlKkl55zy0vOyiRZ2HyMiE=";
hash = "sha256-S6EMQgEBrtXB9hTM7x6irZPsI9c9JHeuCk/9pcpQMNg=";
};
strictDeps = true;