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

unison: 2.53.4 -> 2.53.5

authored by nixpkgs-merge-bot[bot] and committed by GitHub 2baf6ce7 022d562f

+2 -2
+2 -2
pkgs/by-name/un/unison/package.nix
··· 11 11 12 12 stdenv.mkDerivation (finalAttrs: { 13 13 pname = "unison"; 14 - version = "2.53.4"; 14 + version = "2.53.5"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "bcpierce00"; 18 18 repo = "unison"; 19 19 rev = "v${finalAttrs.version}"; 20 - hash = "sha256-nFT6FjlQjh6qx0fepmT4aiQj2SxA7U/as+IU9xXNok0="; 20 + hash = "sha256-XCdK38jG7tRI+/Zk72JVY8a/pPJF6KVaf8l2s3hgxLs="; 21 21 }; 22 22 23 23 strictDeps = true;