upgrade bazarr

This commit is contained in:
Vivian 2023-05-09 09:33:28 +02:00
parent d8c7508db2
commit e7e857e61a
2 changed files with 9 additions and 7 deletions

View file

@ -815,16 +815,16 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1683614353,
"narHash": "sha256-J3u1mJgmimGw0QdFADBCgq+uOOYncv8XR9cGHCqRkEg=",
"owner": "nixos",
"lastModified": 1683616229,
"narHash": "sha256-DGnFcTlPUZWceN8AOjqAGZKFaQPTKm3JieGkwTG5UUI=",
"owner": "NULLx76",
"repo": "nixpkgs",
"rev": "89325a10b0abe2659ef5d5b5d5734f27f0a6e2a8",
"rev": "23e98ed600e902cdec403246339b77243e1076a1",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "master",
"owner": "NULLx76",
"ref": "bazarr-1.2.1",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -9,7 +9,9 @@
# * https://github.com/Infinidoge/nix-minecraft
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/master";
# nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:NULLx76/nixpkgs/bazarr-1.2.1";
nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR";