Update to NixOs 19.03

This commit is contained in:
Jonas Nick 2019-04-24 13:39:46 +00:00
parent a7b2e996f6
commit 25f30addce
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ pkgs }:
with pkgs;
rustPlatform_1_31.buildRustPackage rec {
rustPlatform.buildRustPackage rec {
name = "electrs-${version}";
version = "0.5.0";

View File

@ -1,13 +1,13 @@
{
nixpkgs = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixos-18.09";
rev = "222950952f15f6b1e9f036b80440b597f23e652d";
ref = "nixos-19.03";
rev = "7936400662bc9379beb69855b0e0b7c0110e5f3c";
};
nixpkgs-unstable = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixpkgs-unstable";
rev = "0c0954781e257b8b0dc49341795a2fe7d96945a3";
rev = "02bb5e35eae8a9e124411270a6790a08f68e905b";
};
}