feat: Update cinny to 4.11.1

This commit is contained in:
2026-03-12 17:39:27 +05:30
parent 68ac29b68b
commit e5ca18d368
2 changed files with 5 additions and 5 deletions

View File

@@ -18,12 +18,12 @@
cinny = with pkgs;
buildNpmPackage rec {
pname = "cinny-unwrapped";
version = "4.11.0";
version = "4.11.1";
src = inputs.cinny;
nodejs = nodejs_22;
npmDepsHash = "sha256-+V0neNe3h21nEgqj6cLBwUzN/dOtePM2VlzN/jx4lB4=";
npmDepsHash = "sha256-27WFjb08p09aJRi0S2PvYq3bivEuG5+z2QhFahTSj4Q=";
nativeBuildInputs = [
python3