feat: Update cinny to 4.11.1
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -345,11 +345,11 @@
|
|||||||
"cinny": {
|
"cinny": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773201828,
|
"lastModified": 1773230857,
|
||||||
"narHash": "sha256-222uaWbF/6kMzrF5Vm3k8HW4IZ4WyLOTpQaR++s+BCg=",
|
"narHash": "sha256-dwI3zNey/ukF3t2fhH/ePf4o4iBDwZyLWMYebPgXmWU=",
|
||||||
"owner": "cinnyapp",
|
"owner": "cinnyapp",
|
||||||
"repo": "cinny",
|
"repo": "cinny",
|
||||||
"rev": "b76ad3caafe8ec0319a493994cedfe8e8f8d6438",
|
"rev": "6a05ff58406755d5613e48dc3cf4f39f1033764a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -18,12 +18,12 @@
|
|||||||
cinny = with pkgs;
|
cinny = with pkgs;
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "cinny-unwrapped";
|
pname = "cinny-unwrapped";
|
||||||
version = "4.11.0";
|
version = "4.11.1";
|
||||||
src = inputs.cinny;
|
src = inputs.cinny;
|
||||||
|
|
||||||
nodejs = nodejs_22;
|
nodejs = nodejs_22;
|
||||||
|
|
||||||
npmDepsHash = "sha256-+V0neNe3h21nEgqj6cLBwUzN/dOtePM2VlzN/jx4lB4=";
|
npmDepsHash = "sha256-27WFjb08p09aJRi0S2PvYq3bivEuG5+z2QhFahTSj4Q=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
python3
|
python3
|
||||||
|
|||||||
Reference in New Issue
Block a user