Compare commits

..

3 Commits

Author SHA1 Message Date
006e918936 qbt: update vuetorrent 2025-05-25 12:56:42 -07:00
265fff81cb update 2025-05-25 12:55:14 -07:00
0998b4b69d nixos 24.11 -> 25.05 2025-05-23 23:24:19 -07:00
3 changed files with 18 additions and 18 deletions

28
flake.lock generated
View File

@@ -153,16 +153,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747688870, "lastModified": 1747556831,
"narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=", "narHash": "sha256-Qb84nbYFFk0DzFeqVoHltS2RodAYY5/HZQKE8WnBDsc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d5f1f641b289553927b3801580598d200a501863", "rev": "d0bbd221482c2713cccb80220f3c9d16a6e20a33",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-24.11", "ref": "release-25.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@@ -200,11 +200,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1748031240, "lastModified": 1748192538,
"narHash": "sha256-6dlk8uxnn4R/aqtiyGntJTUtm/UUrZLYzXnNxpdJmPU=", "narHash": "sha256-3Op1/8FnnmtUY1+g4lRgqhoAg3XUTq9VxBrsLGY8TYU=",
"owner": "ggml-org", "owner": "ggml-org",
"repo": "llama.cpp", "repo": "llama.cpp",
"rev": "b775345d788ac16260e7eef49e11fe57ee5677f7", "rev": "2f099b510f460374acd52742b494595e3e3442d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -222,11 +222,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1748051893, "lastModified": 1748139117,
"narHash": "sha256-KV6bgVHPzb9ymVk9WDRX1lkkeoZETMbS/MyPpIOUWVo=", "narHash": "sha256-20rk3nzu5uFpg3ZGrSoB88VdCr+eJENGnuncKHorXTE=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "a600d058c19e1668db6ba759ecc4cfd154079ab5", "rev": "3aede7ec07e25d1abdf55e4b9921872d08e4d0a9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -253,16 +253,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1747862697, "lastModified": 1748162331,
"narHash": "sha256-U4HaNZ1W26cbOVm0Eb5OdGSnfQVWQKbLSPrSSa78KC0=", "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2baa12ff69913392faf0ace833bc54bba297ea95", "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.11", "ref": "nixos-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@@ -2,7 +2,7 @@
description = "Flake for server muffin"; description = "Flake for server muffin";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote"; url = "github:nix-community/lanzaboote";
@@ -21,7 +21,7 @@
nixpkgs-qbt.url = "github:NixOS/nixpkgs/pull/287923/head"; nixpkgs-qbt.url = "github:NixOS/nixpkgs/pull/287923/head";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.11"; url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View File

@@ -44,8 +44,8 @@
AlternativeUIEnabled = true; AlternativeUIEnabled = true;
RootFolder = builtins.toString ( RootFolder = builtins.toString (
pkgs.fetchzip { pkgs.fetchzip {
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.24.1/vuetorrent.zip"; url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.25.0/vuetorrent.zip";
sha256 = "XECHyc60F5JoJXybwIhUXg6kL1CceVpFGMjarB0dvbk="; sha256 = "sOaQNw6AnpwNFEextgTnsjEOfpl3/lpoOZFgFOz7Bos=";
} }
); );