force nimble v0.20.1 in nix

This commit is contained in:
Ivan FB 2026-04-03 15:56:34 +02:00
parent 4e06b644b2
commit 2ab6ffaf12
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ let
in
pkgs.fetchgit {
url = entry.url;
rev = entry.vcsRevision;
rev = "v${entry.version}";
sha256 = "1g4nxbwbc6h174gbpa3gcs47xwk6scbmiqlp0nq1ig3af8fcqcnj";
fetchSubmodules = true;
}

View File

@ -9,7 +9,7 @@ let
in
pkgs.fetchgit {
url = entry.url;
rev = entry.vcsRevision;
sha256 = "1q3mpv0b5a0hhvdfn2c1f03hjbdwfam894vym14i3dm23qin2i5z";
rev = "v${entry.version}";
sha256 = "18cwsjwcgjmnm42kr310hfbw06lym3vaj641i4pla6r8w22xqpqd";
fetchSubmodules = true;
}