1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

unison: 2.53.4 -> 2.53.5

This commit is contained in:
R. Ryantm 2024-05-07 03:17:29 +00:00
parent a85613a1bc
commit 3c96663562

View file

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