File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1616} :
1717rustPlatform . buildRustPackage rec {
1818 pname = "edgedb" ;
19- version = "6.0.2 " ;
19+ version = "6.1.0 " ;
2020
2121 src = fetchFromGitHub {
2222 owner = "edgedb" ;
2323 repo = "edgedb-cli" ;
2424 rev = "refs/tags/v${ version } " ;
25- hash = "sha256-P55LwByDVO3pEzg4OZldXiyli8s5oHvV8MXCDwkF2+8 =" ;
25+ hash = "sha256-iB0ZWciEx/Xiq+pMg3nMJNHumoy5Z8dB6ev7UneHnVg =" ;
2626 fetchSubmodules = true ;
2727 } ;
2828
2929 cargoDeps = rustPlatform . fetchCargoVendor {
3030 inherit pname version src ;
31- hash = "sha256-oRtgORzp0tabPcyArPgG8LGfYlSPhpaeRPT9QWF5BGs =" ;
31+ hash = "sha256-oiDCUJamnl2ykvfs7V20dvr29ZAtSl+kZW4fzmlc1Ao =" ;
3232 } ;
3333
3434 nativeBuildInputs = [
Original file line number Diff line number Diff line change @@ -331,8 +331,6 @@ with pkgs;
331331 catch2 = catch2_3;
332332 };
333333
334- edgedb = callPackage ../tools/networking/edgedb { };
335-
336334 eludris = callPackage ../tools/misc/eludris { };
337335
338336 enochecker-test = with python3Packages; callPackage ../development/tools/enochecker-test { };
You can’t perform that action at this time.
0 commit comments