ucto: 0.35 -> 0.36

This commit is contained in:
R. Ryantm
2025-12-14 15:48:41 +00:00
parent 3aabd7d35c
commit 91430ec840
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ucto";
version = "0.35";
version = "0.36";
src = fetchFromGitHub {
owner = "LanguageMachines";
repo = "ucto";
tag = "v${finalAttrs.version}";
hash = "sha256-DaLoq+FBNZG4J+h9fRh9HHl2TKVXUTrt9RAzwmv6lIc=";
hash = "sha256-sq1AslcpoG5gY40DiSMtphp7gXGYRuX1QrQYVGuM/+4=";
};
nativeBuildInputs = [