dust: use fetchFromGitHub (sha was broken)
This commit is contained in:
parent
3cd63ade16
commit
b5ae9ad3fb
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, pixie, fetchgit }:
|
{ stdenv, pixie, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "dust-0-91";
|
name = "dust-0-91";
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/pixie-lang/dust.git";
|
owner = "pixie-lang";
|
||||||
|
repo = "dust";
|
||||||
rev = "efe469661e749a71e86858fd006f61464810575a";
|
rev = "efe469661e749a71e86858fd006f61464810575a";
|
||||||
sha256 = "0krh7ynald3gqv9f17a4kfx7sx8i31l6j1fhd5k8b6m8cid7f9c1";
|
sha256 = "09n57b6haxwask9m8vimv42ikczf7lgfc7m9izjrcqgs0padvfzc";
|
||||||
};
|
};
|
||||||
buildInputs = [ pixie ];
|
buildInputs = [ pixie ];
|
||||||
patches = [ ./make-paths-configurable.patch ];
|
patches = [ ./make-paths-configurable.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user