Skip to content

Commit

Permalink
Update depends
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Dec 12, 2023
1 parent e2f70a1 commit 52d89ce
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
10 changes: 5 additions & 5 deletions assets/node-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2713,13 +2713,13 @@ let
sha512 = "gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==";
};
};
"phoenix-1.7.9" = {
"phoenix-1.7.10" = {
name = "phoenix";
packageName = "phoenix";
version = "1.7.9";
version = "1.7.10";
src = fetchurl {
url = "https://registry.npmjs.org/phoenix/-/phoenix-1.7.9.tgz";
sha512 = "oHBka/WCKVtFHNCCqnVDxiSHQZ0vvV0pU1I4oBmm68rNvGH3lVjdNGLRhK0+c3zcfsrqgpRS2p+Et6N4QAd2LQ==";
url = "https://registry.npmjs.org/phoenix/-/phoenix-1.7.10.tgz";
sha512 = "akfr/QvLPFRB8sORyc8FQFY/YoGwjWhka/YRcu45sKlBOZHvA80EkLYBUsYlW63UicxgrXABZdrjDkv54LTE+g==";
};
};
"phoenix_html-3.3.3" = {
Expand Down Expand Up @@ -4453,7 +4453,7 @@ let
];
})
sources."path-type-4.0.0"
sources."phoenix-1.7.9"
sources."phoenix-1.7.10"
sources."phoenix_html-3.3.3"
sources."phoenix_live_view-0.20.1"
sources."picocolors-1.0.0"
Expand Down
14 changes: 7 additions & 7 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"watch": "webpack --mode development --watch"
},
"dependencies": {
"phoenix": "1.7.9",
"phoenix": "1.7.10",
"phoenix_html": "3.3.3",
"phoenix_live_view": "0.20.1",
"topbar": "^2.0.1"
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Photo Database";

inputs = {
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; };
flake-utils = { url = "github:numtide/flake-utils"; };
};

Expand All @@ -23,7 +23,7 @@
TOP_SRC = src;
pname = "${pname}-mix-deps";
inherit src version;
hash = "sha256-7c9JMN6vqMzLylGZefUynOVB4qxtnAgQS8AjA3Z+mNY=";
hash = "sha256-Qmo35Al2TqOqumuiWV3ZobwjogjS40lvKLHSnUkeKtk=";
# hash = pkgs.lib.fakeHash;
};

Expand Down
Loading

0 comments on commit 52d89ce

Please sign in to comment.