Skip to content

Commit

Permalink
Merge pull request #118 from ceedubs/ucm-0.5.35
Browse files Browse the repository at this point in the history
ucm: 0.5.34 -> 0.5.35
  • Loading branch information
ceedubs authored Mar 6, 2025
2 parents 88ab12a + b8cee8b commit f1f0d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nix/ucm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
system,
zlib,
}: let
version = "0.5.34";
version = "0.5.35";

# hash can be calculated with `nix store prefetch-file <url>`. For example:
# nix store prefetch-file https://github.com/unisonweb/unison/releases/download/release/0.5.34/ucm-linux-x64.tar.gz
srcForPlatform = {
aarch64-darwin = {
sys = "macos-arm64";
hash = "sha256-WbnhcGE5P3i8tm6+YqHM1JUcbV12JIWsbcmCSK/vCzw=";
hash = "sha256-cq608WemXJOimQIbGVVfuEw/oow2YGEnMDMjFvxTIEE=";
};
x86_64-darwin = {
sys = "macos-x64";
hash = "sha256-MFWZ4eGDG5GRo+WfA25QVtAvpIRU2sy2sEgjF1hfFUs=";
hash = "sha256-vPyQSsk3IiKCUlLLwnxtMusQCP08Qferh4MN5MPKGmE=";
};
x86_64-linux = {
sys = "linux-x64";
hash = "sha256-fCyspQIP/2+VhHKGiDpq1qnw696fGLqUKBqAoYaQgIY=";
hash = "sha256-6Bgj1jcKF96Q4RFcWYn8oMI1oEixDk3fZwUvVtdAOeE=";
};
};

Expand Down

0 comments on commit f1f0d34

Please sign in to comment.