unison: 2.51.5 -> 2.52.0

This commit is contained in:
R. Ryantm 2022-03-13 23:31:54 +00:00
parent 12769bc7e1
commit 2e480dc162

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "unison";
version = "2.51.5";
version = "2.52.0";
src = fetchFromGitHub {
owner = "bcpierce00";
repo = "unison";
rev = "v${version}";
sha256 = "sha256-pi5uYwPpIy0lERmgATWQCO3EA3Pg5pnn7gxv49FaPug=";
sha256 = "sha256-YCuXkHqY+JHsguvst2UkI/6YlFt3iTvchO8PQuS15nI=";
};
nativeBuildInputs = [ makeWrapper ]