upgrade nimble

This commit is contained in:
Daylin Morgan 2024-12-13 09:43:53 -06:00
parent cc2c38da73
commit 85af3854a3
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -10,12 +10,12 @@
}:
buildNimPackage (finalAttrs: {
pname = "nimble";
version = "0.16.3";
version = "0.16.4";
src = fetchFromGitHub {
owner = "nim-lang";
repo = "nimble";
rev = "v${finalAttrs.version}";
hash = "sha256-1tO/6sKPjmu9B6/cF00DeY/mnUHi2Y+hTEZ3WCqKoGw=";
hash = "sha256-ASodRov4rO/IhjQRRdqVnLWMG1voXWM9F6R6VJd9qkM=";
fetchSubmodules = true;
};
nativeBuildInputs = [ makeWrapper ];