mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
use more recent nimble
This commit is contained in:
parent
8ceae1884b
commit
a67cd9d0ed
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
{...}: (final: prev: {
|
{...}: (final: prev: {
|
||||||
nimble = prev.nimble.overrideNimAttrs {
|
nimble = prev.nimble.overrideNimAttrs {
|
||||||
version = "0.14.2-f74bf2";
|
version = "0.14.2-5e7901760e89108476a4e21976a0ef783403e8fe";
|
||||||
requiredNimVersion = 2;
|
requiredNimVersion = 2;
|
||||||
buildInputs = [prev.pkgs.openssl];
|
buildInputs = [prev.pkgs.openssl];
|
||||||
|
|
||||||
src = final.fetchFromGitHub {
|
src = final.fetchFromGitHub {
|
||||||
owner = "nim-lang";
|
owner = "nim-lang";
|
||||||
repo = "nimble";
|
repo = "nimble";
|
||||||
# more recent commit
|
|
||||||
rev = "f74bf2bc388f7a0154104b4bcaa093a499d3f0f7";
|
# most recent commit 2024-03-11
|
||||||
|
rev = "5e7901760e89108476a4e21976a0ef783403e8fe";
|
||||||
hash = "sha256-8b5yKvEl7c7wA/8cpdaN2CSvawQJzuRce6mULj3z/mI=";
|
hash = "sha256-8b5yKvEl7c7wA/8cpdaN2CSvawQJzuRce6mULj3z/mI=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue