Merge pull request #222957 from r-ryantm/auto-update/unison

unison: 2.53.0 -> 2.53.2
This commit is contained in:
Weijia Wang 2023-03-29 00:07:41 +03:00 committed by GitHub
commit c0d8ab1521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;