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

unison: 2.53.4 -> 2.53.5
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-09 03:35:35 +00:00 committed by GitHub
commit 2baf6ce75b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "unison"; pname = "unison";
version = "2.53.4"; version = "2.53.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bcpierce00"; owner = "bcpierce00";
repo = "unison"; repo = "unison";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-nFT6FjlQjh6qx0fepmT4aiQj2SxA7U/as+IU9xXNok0="; hash = "sha256-XCdK38jG7tRI+/Zk72JVY8a/pPJF6KVaf8l2s3hgxLs=";
}; };
strictDeps = true; strictDeps = true;