gridlock: unstable-2023-03-03 -> unstable-2023-08-29
Diff: 15261abdb1...a98abfa554
This commit is contained in:
parent
dc32d28c2f
commit
9998770cf5
1 changed files with 4 additions and 4 deletions
|
@ -9,18 +9,18 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "gridlock";
|
pname = "gridlock";
|
||||||
version = "unstable-2023-03-03";
|
version = "unstable-2023-08-29";
|
||||||
|
|
||||||
outputs = [ "out" "nyarr" ];
|
outputs = [ "out" "nyarr" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lf-";
|
owner = "lf-";
|
||||||
repo = "gridlock";
|
repo = "gridlock";
|
||||||
rev = "15261abdb179e1d7e752772bf9db132b3ee343ea";
|
rev = "a98abfa554e5f8e2b7242662c0c714b7f1d7ec29";
|
||||||
hash = "sha256-rnPAEJH3TebBH6lqgVo7B+nNiArDIkGDnIZWcteFNEw=";
|
hash = "sha256-I4NGfgNX79ZhWXDeUDJyDzP2GxcNhHhazVmmmPlz5js=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-EPs5vJ2RkVXKxrTRtbT/1FbvCT0KJtNuW2WKIUq7G0U=";
|
cargoHash = "sha256-qz77c2IZGaWsinfkVTWqfEeBEtHng6W738jBwJAkrl4=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue