unison: 2.53.8 -> 2.54.0

This commit is contained in:
R. Ryantm
2026-05-01 03:06:27 +00:00
parent 57cef49acc
commit b8477b3a47
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unison";
version = "2.53.8";
version = "2.54.0";
src = fetchFromGitHub {
owner = "bcpierce00";
repo = "unison";
rev = "v${finalAttrs.version}";
hash = "sha256-ynsu9jLGFtjlzmHZtOdLEH5G6eXFAhZs9UayYrmKqp0=";
hash = "sha256-48d+HuFuhjztWz0aoi6DNlBPrV9J05/jjBofXY1PVBg=";
};
# Allow the build scripts to correctly call ocamlfind & detect dependencies