unison: 2.53.0 -> 2.53.2

This commit is contained in:
R. Ryantm 2023-03-24 21:45:46 +00:00
parent 612676d971
commit 2a3b9026be

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "unison";
version = "2.53.0";
version = "2.53.2";
src = fetchFromGitHub {
owner = "bcpierce00";
repo = "unison";
rev = "v${version}";
sha256 = "sha256-4Lyn1UecpVIhoEXIFu35XK4aoAfYGPCZ9L4ZY7224yo=";
sha256 = "sha256-H+70NZZP0cUsxetFcsjWEx2kENsgMdo/41wBwwaX6zg=";
};
strictDeps = true;