[automation] Update flake
This commit is contained in:
parent
840f351fa9
commit
74f7183a41
3 changed files with 12 additions and 12 deletions
12
flake.lock
12
flake.lock
|
@ -59,11 +59,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1727016414,
|
||||
"narHash": "sha256-bj9ch2QIF8jqBlPOVRnJygy1K7yWtvh8Lf7I/rsqG3A=",
|
||||
"lastModified": 1727104955,
|
||||
"narHash": "sha256-m6kgjR4zAwyMe1Pn4RGXLCzArtoBp1qzhb2AUlPeVh4=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "179b6bce21525a3a9e725c08e6ed58d56da74825",
|
||||
"rev": "d266adc5a77ec8c10ed941c7251b2673004dbd62",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -96,11 +96,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1726715047,
|
||||
"narHash": "sha256-OUpbkEbpkRh91WX8XYq5rugIHhzJUS84qwvCd+HBer8=",
|
||||
"lastModified": 1727128927,
|
||||
"narHash": "sha256-zZV5/qaCf++pmo/VxlFdc5dHS5UhGdwukYLGXZx1EaI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "poetry2nix",
|
||||
"rev": "1f4d4dcab3ee4b6a674e9d9ca9c8d125c7811634",
|
||||
"rev": "eb5b664a84de35b19be7f59a879900c740cbef63",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"version": "4.192.0",
|
||||
"version": "4.193.0",
|
||||
"platforms": {
|
||||
"x86_64-linux": {
|
||||
"name": "x86_64-unknown-linux-musl",
|
||||
"hash": "sha256-ZbupqZ92SBroT0IPRsSH7r+3z65doLI+ZHSd2XjVDtI="
|
||||
"hash": "sha256-1asamFZ52njKi13E+3oSFzWbqQ0s7rpAaWouG/yz7BM="
|
||||
},
|
||||
"aarch64-darwin": {
|
||||
"name": "aarch64-apple-darwin",
|
||||
"hash": "sha256-MBGAOcz3+zuoVPOD9scDHvSiodnFCwlgA7rxp82ajHM="
|
||||
"hash": "sha256-g9vdqr9G2cCnDT2qmJoBCARVXYY2POo/GzUUw/sDeGI="
|
||||
},
|
||||
"x86_64-darwin": {
|
||||
"name": "x86_64-apple-darwin",
|
||||
"hash": "sha256-3VEL3+CfgYH8u3Ean+tKzGxx7VUh2KBpZlUPLFhnTPM="
|
||||
"hash": "sha256-6j2aCw4FNlR6eyout2LMkYKzYsqby+JoAslvkq4J9Qo="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "vuetorrent";
|
||||
version = "2.13.0";
|
||||
version = "2.13.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
|
||||
sha256 = "sha256-ZdK8PjvH/QQoG7Ft/2MGaHyz/ifhUFEpai532XVOCh8=";
|
||||
sha256 = "sha256-Pju4yxg5Ds3et87Z6gbc8Bwy9kurA+dikpqKMr6oYeo=";
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue