Skip to content

Commit 0ea380e

Browse files
authored
ucto: 0.35 -> 0.36 (NixOS#470776)
2 parents b1657a4 + 91430ec commit 0ea380e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/uc/ucto/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "ucto";
23-
version = "0.35";
23+
version = "0.36";
2424

2525
src = fetchFromGitHub {
2626
owner = "LanguageMachines";
2727
repo = "ucto";
2828
tag = "v${finalAttrs.version}";
29-
hash = "sha256-DaLoq+FBNZG4J+h9fRh9HHl2TKVXUTrt9RAzwmv6lIc=";
29+
hash = "sha256-sq1AslcpoG5gY40DiSMtphp7gXGYRuX1QrQYVGuM/+4=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)