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": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
@ -17,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1670772952,
"narHash": "sha256-b7V3cGtMNcQ5c6hwRqqX+eIuNUj+O3orsb64BKPR9yc=",
"lastModified": 1684130981,
"narHash": "sha256-5IPp/rUAOogega5xuRoxcpfkwlGDAyWdizL0Tp2GA4s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dfef2e61107dc19c211ead99a5a61374ad8317f4",
"rev": "d41eea2839de7de0f2cbe4aa90fde5db8afcd30a",
"type": "github"
},
"original": {
@ -35,6 +38,21 @@
"flake-utils": "flake-utils",
"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",

View file

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