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": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1683614353, "lastModified": 1683616229,
"narHash": "sha256-J3u1mJgmimGw0QdFADBCgq+uOOYncv8XR9cGHCqRkEg=", "narHash": "sha256-DGnFcTlPUZWceN8AOjqAGZKFaQPTKm3JieGkwTG5UUI=",
"owner": "nixos", "owner": "NULLx76",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "89325a10b0abe2659ef5d5b5d5734f27f0a6e2a8", "rev": "23e98ed600e902cdec403246339b77243e1076a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "NULLx76",
"ref": "master", "ref": "bazarr-1.2.1",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -9,7 +9,9 @@
# * https://github.com/Infinidoge/nix-minecraft # * https://github.com/Infinidoge/nix-minecraft
inputs = { 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"; nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";