Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a005d724d052
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78436926fe8a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 22, 2020

  1. Copy the full SHA
    03f116e View commit details

Commits on Nov 27, 2020

  1. Merge pull request #88611 from ceedubs/unison-ucm-M1m

    unison-ucm: 1.0.M1l-alpha -> 1.0.M1m-alpha
    SuperSandro2000 authored Nov 27, 2020
    Copy the full SHA
    7843692 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/compilers/unison/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/compilers/unison/default.nix
Original file line number Diff line number Diff line change
@@ -4,18 +4,18 @@

stdenv.mkDerivation rec {
pname = "unison-code-manager";
milestone_id = "M1l";
milestone_id = "M1m";
version = "1.0.${milestone_id}-alpha";

src = if (stdenv.isDarwin) then
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-osx.tar.gz";
sha256 = "0qbxakrp3p3k3k8a1m2g24ivs3c8j5rj7ij84i7k548505rva9qr";
sha256 = "06pxvp753j8pr0pn02l7cswmmas5pk1vlkw83yd04h3f2rx1s61v";
}
else
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-linux64.tar.gz";
sha256 = "152yzv7j4nyp228ngzbhki9fid1xdqrjvl1rwxc05wq30jwwqx0x";
sha256 = "1qspvfq805d34kz031pf9sqw8kzz7h637kc8lnbjlgvwixxkxc7c";
};

# The tarball is just the prebuilt binary, in the archive root.