Commit b8477b3a authored by R. RyanTM's avatar R. RyanTM
Browse files

unison: 2.53.8 -> 2.54.0

parent 57cef49a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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