feat: Update cinny
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
2026-03-11 13:32:24 +05:30
parent 6bfb3286e3
commit 62072e71ea
2 changed files with 5 additions and 13 deletions

6
flake.lock generated
View File

@@ -345,11 +345,11 @@
"cinny": {
"flake": false,
"locked": {
"lastModified": 1773052798,
"narHash": "sha256-3nsELtRoKc8cnPvQ284JyJlMgrVdrkcLBvyrd94/0+o=",
"lastModified": 1773201828,
"narHash": "sha256-222uaWbF/6kMzrF5Vm3k8HW4IZ4WyLOTpQaR++s+BCg=",
"owner": "cinnyapp",
"repo": "cinny",
"rev": "4449e7c6e820efe7a50b5964fd77714a1bd93d28",
"rev": "b76ad3caafe8ec0319a493994cedfe8e8f8d6438",
"type": "github"
},
"original": {

View File

@@ -18,20 +18,12 @@
cinny = with pkgs;
buildNpmPackage rec {
pname = "cinny-unwrapped";
version = "4.10.5";
# src = fetchFromGitHub {
# owner = "cinnyapp";
# repo = "cinny";
# rev = "dev";
# # tag = "v${version}";
# hash = "sha256-2qxmlj4IK6twDh27R6qMJDmYSfsWoofVGuRHxSP72f0=";
# };
version = "4.11.0";
src = inputs.cinny;
nodejs = nodejs_22;
npmDepsHash = "sha256-qyQ0SXkPSUES/tavKzPra0Q+ZnU9qHvkTC1JgAjL0o8=";
npmDepsHash = "sha256-+V0neNe3h21nEgqj6cLBwUzN/dOtePM2VlzN/jx4lB4=";
nativeBuildInputs = [
python3