chore(nix): fix nixpkgs hash

This commit is contained in:
Gregor Kleen 2019-07-31 10:58:52 +02:00
parent f07eb3dcc3
commit cab0a89fe6

View File

@ -5,5 +5,5 @@ import ((nixpkgs {}).fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "19.03";
sha256 = "0qixmc228vay4jywf14cg72m1g07ffsl75xg5qrdj70hw9xbd6sg";
sha256 = "0q2m2qhyga9yq29yz90ywgjbn9hdahs7i8wwlq7b55rdbyiwa5dy";
})