Skip to content

Commit

Permalink
Update nixpkgs to 19.03
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvandijk committed Jun 15, 2019
1 parent 1581afd commit 87f42dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To calculate sha256:
# > nix-prefetch-url --unpack https://github.com/NixOS/nixpkgs/archive/3fd87ad0073fd1ef71a8fcd1a1d1a89392c33d0a.tar.gz
builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/3fd87ad0073fd1ef71a8fcd1a1d1a89392c33d0a.tar.gz";
sha256 = "0n4ffwwfdybphx1iyqz1p7npk8w4n78f8jr5nq8ldnx2amrkfwhl";
url = "https://github.com/NixOS/nixpkgs/archive/50d5d73e22bb2830f490e26a528579facfc7f302.tar.gz";
sha256 = "0c1inf0pc2jizkrfl3629s154r55ya5asmwnwn6g64ppz2wwzizi";
}

0 comments on commit 87f42dc

Please sign in to comment.