feat: Update cinny
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
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": 1773052798,
|
"lastModified": 1773201828,
|
||||||
"narHash": "sha256-3nsELtRoKc8cnPvQ284JyJlMgrVdrkcLBvyrd94/0+o=",
|
"narHash": "sha256-222uaWbF/6kMzrF5Vm3k8HW4IZ4WyLOTpQaR++s+BCg=",
|
||||||
"owner": "cinnyapp",
|
"owner": "cinnyapp",
|
||||||
"repo": "cinny",
|
"repo": "cinny",
|
||||||
"rev": "4449e7c6e820efe7a50b5964fd77714a1bd93d28",
|
"rev": "b76ad3caafe8ec0319a493994cedfe8e8f8d6438",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -18,20 +18,12 @@
|
|||||||
cinny = with pkgs;
|
cinny = with pkgs;
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "cinny-unwrapped";
|
pname = "cinny-unwrapped";
|
||||||
version = "4.10.5";
|
version = "4.11.0";
|
||||||
|
|
||||||
# src = fetchFromGitHub {
|
|
||||||
# owner = "cinnyapp";
|
|
||||||
# repo = "cinny";
|
|
||||||
# rev = "dev";
|
|
||||||
# # tag = "v${version}";
|
|
||||||
# hash = "sha256-2qxmlj4IK6twDh27R6qMJDmYSfsWoofVGuRHxSP72f0=";
|
|
||||||
# };
|
|
||||||
src = inputs.cinny;
|
src = inputs.cinny;
|
||||||
|
|
||||||
nodejs = nodejs_22;
|
nodejs = nodejs_22;
|
||||||
|
|
||||||
npmDepsHash = "sha256-qyQ0SXkPSUES/tavKzPra0Q+ZnU9qHvkTC1JgAjL0o8=";
|
npmDepsHash = "sha256-+V0neNe3h21nEgqj6cLBwUzN/dOtePM2VlzN/jx4lB4=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
python3
|
python3
|
||||||
|
|||||||
Reference in New Issue
Block a user