update culr
This commit is contained in:
parent
1f189f7c63
commit
aeaf4697f7
1 changed files with 7 additions and 8 deletions
|
@ -4,14 +4,13 @@ rustPlatform.buildRustPackage rec {
|
|||
pname = "culr";
|
||||
version = "0.1.0";
|
||||
|
||||
src = /home/bolt/Code/culr;
|
||||
# src = fetchFromGitea {
|
||||
# domain = "git.atagen.co";
|
||||
# owner = "atagen";
|
||||
# repo = pname;
|
||||
# rev = "d5a7fe6df6";
|
||||
# sha256 = "sha256-S2JwubuVFj/ZXemcJyZv9pAbM0rSi5CauE9vtJBgspw=";
|
||||
# };
|
||||
src = fetchFromGitea {
|
||||
domain = "git.atagen.co";
|
||||
owner = "atagen";
|
||||
repo = pname;
|
||||
rev = "8cb1323bdc388ce1fdb0675ade756ea8b59b803d";
|
||||
sha256 = "sha256-Blo1PyhzKU4LzflmeGrvWOQEon2BCTkF3uQR+7D5/kc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libX11 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue