validator-nu: 22.9.29 -> 23.4.11-unstable-2023-12-18

This commit is contained in:
Ivan Kozik 2024-03-10 17:08:00 +00:00
parent 91686dd2ff
commit 436f4e2f06
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@
let
pname = "validator-nu";
version = "22.9.29";
version = "23.4.11-unstable-2023-12-18";
src = fetchFromGitHub {
owner = "validator";
repo = "validator";
rev = version;
rev = "c3a401feb6555affdc891337f5a40af238f9ac2d";
fetchSubmodules = true;
hash = "sha256-NH/OyaKGITAL2yttB1kmuKVuZuYzhVuS0Oohj1N4icI=";
hash = "sha256-pcA3HXduzFKzoOHhor12qvzbGSSvo3k3Bpy2MvvQlCI=";
};
deps = stdenvNoCC.mkDerivation {