From cb026b1b656149cc1e4409b9bd271ea68fce74e6 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Mon, 1 May 2017 13:52:46 -0500 Subject: [PATCH] swift: Fix sha256, I think upstream moved the release tag? If this happens again we can target the particular commit but hopefully it's a one-time thing. --- pkgs/development/compilers/swift/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/swift/default.nix b/pkgs/development/compilers/swift/default.nix index 1d486eda221..4b918c9e32a 100644 --- a/pkgs/development/compilers/swift/default.nix +++ b/pkgs/development/compilers/swift/default.nix @@ -93,7 +93,7 @@ sources = { }; swift = fetch { repo = "swift"; - sha256 = "01vjvk33bvg52rx7bmhckqv8lhyrij6qf6ih85palqdr7gg868ph"; + sha256 = "0879jlv37lmxc1apzi53xn033y72548i86r7fzwr0g52124q5gry"; }; };