Fix lots of fetchgit hashes (fallout from #15469)
This commit is contained in:
@@ -7,13 +7,13 @@ stdenv.mkDerivation rec {
|
||||
go-sqlite3 = fetchgit {
|
||||
url = "git://github.com/mattn/go-sqlite3";
|
||||
rev = "c9a0db5d8951646743317f0756da0339fe144dd5";
|
||||
sha256 = "0j01nr3q89qs9n9zzp8gsr94hl9v0gnis6hmndl9ms554bhlv99p";
|
||||
sha256 = "1m0q9869fis0dhg34g5wc5xi6pby491spfxi23w461h29higbrqh";
|
||||
};
|
||||
|
||||
go-fuse = fetchgit {
|
||||
url = "git://github.com/hanwen/go-fuse";
|
||||
rev = "8c85ded140ac1889372a0e22d8d21e3d10a303bd";
|
||||
sha256 = "1kssndvrbcxvf85x6c6lgn5kpcl7d788z3sxrv1szik4acb6n2sa";
|
||||
sha256 = "1iph2hpvby2mfwqg9pp39xjqdl9a09h4442yfdn5l67pznljh2bi";
|
||||
};
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user