update to 2022.12.15post6

This commit is contained in:
Jeffrey C. Ollie 2023-05-15 21:16:05 -05:00
parent 6edfed1485
commit 956c6608e6
Signed by: jeff
GPG key ID: 6F86035A6D97044E
2 changed files with 26 additions and 8 deletions

View file

@ -1,12 +1,15 @@
{ {
"nodes": { "nodes": {
"flake-utils": { "flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": { "locked": {
"lastModified": 1667395993, "lastModified": 1681202837,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1670772952, "lastModified": 1684130981,
"narHash": "sha256-b7V3cGtMNcQ5c6hwRqqX+eIuNUj+O3orsb64BKPR9yc=", "narHash": "sha256-5IPp/rUAOogega5xuRoxcpfkwlGDAyWdizL0Tp2GA4s=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dfef2e61107dc19c211ead99a5a61374ad8317f4", "rev": "d41eea2839de7de0f2cbe4aa90fde5db8afcd30a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -35,6 +38,21 @@
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
} }
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -22,7 +22,7 @@
picframe = picframe =
let let
pname = "picframe"; pname = "picframe";
version = "2022.12.15"; version = "2022.12.15post6";
in in
pkgs.python3.pkgs.buildPythonApplication { pkgs.python3.pkgs.buildPythonApplication {
inherit pname version; inherit pname version;
@ -30,7 +30,7 @@
owner = "helgeerbe"; owner = "helgeerbe";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-RtQGPeMmGh5b9YWkT00idWi8FGI9ycBuONeoAI6AuE4="; sha256 = "sha256-oLqbd1PTjoYDABmjQpq0SEk8SzTmNpVKKUunmQyawZ0=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
self.packages.${system}.iptcinfo3 self.packages.${system}.iptcinfo3