1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-12-06 02:02:07 +00:00
parent 4fa993f2ae
commit 8319424e37
4 changed files with 19 additions and 19 deletions

View file

@ -5,11 +5,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1730504689, "lastModified": 1733312601,
"narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=", "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "506278e768c2a08bec68eb62932193e341f55c90", "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -59,11 +59,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731701941, "lastModified": 1733426878,
"narHash": "sha256-IV3fk1IY1fg+S8hQJ9Nbvv91s77LnMSxBc/fBkHOuO0=", "narHash": "sha256-boWvvAttPEXJbi5TiRqRuLE78mic+asXrCpcEm9XIK8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "effe68307bf3d891d069293b88a0d8910276b2bb", "rev": "21e9e52183fd52452c26a1d7957b0299a37fa83a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -75,14 +75,14 @@
}, },
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"lastModified": 1730504152, "lastModified": 1733096140,
"narHash": "sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s=", "narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz" "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz" "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"
} }
}, },
"poetry2nix": { "poetry2nix": {

View file

@ -2,16 +2,16 @@
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "controld"; pname = "controld";
version = "1.3.10"; version = "1.3.11";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "Control-D-Inc"; owner = "Control-D-Inc";
repo = "ctrld"; repo = "ctrld";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-gUGN6kW1kVnCqzjZpA6s6y7H/fTc63UUbR5bfdr2ues="; hash = "sha256-McUQghJc8ecS3Le7CGkUCkhkcIO9+h9IJicrBMW2yJk=";
}; };
vendorHash = "sha256-I7LaF38vyK8riqfUWyZCAdtbK7KdU7g4PhS/Pac5T00="; vendorHash = "sha256-QPq75h8NaG8Aoxf7fuNkqRSZRK4DQsP41aPhD9nZ7ks=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ]; ldflags = [ "-s" "-w" "-X main.version=${version}" ];
doCheck = false; doCheck = false;

View file

@ -1,17 +1,17 @@
{ {
"version": "4.203.0", "version": "4.209.0",
"platforms": { "platforms": {
"x86_64-linux": { "x86_64-linux": {
"name": "x86_64-unknown-linux-musl", "name": "x86_64-unknown-linux-musl",
"hash": "sha256-jMsEikEEjudzlwOGGJ1x2DX1gOVG/rpnXehgE0vgdKA=" "hash": "sha256-+rlaFtpBmt/CLUqU/WsAUB+FcwtX8DTx8/vYsEnv2+A="
}, },
"aarch64-darwin": { "aarch64-darwin": {
"name": "aarch64-apple-darwin", "name": "aarch64-apple-darwin",
"hash": "sha256-kOmLbF5FSH1U1WSRPOkU3sPxAyj2kKqXnyW3lq568Wg=" "hash": "sha256-7CWvy/d5Jc2aA0wtxlUDYgfbzcBPYaQNGoScV75FB5Y="
}, },
"x86_64-darwin": { "x86_64-darwin": {
"name": "x86_64-apple-darwin", "name": "x86_64-apple-darwin",
"hash": "sha256-MZ3ot74K4veE4bqTGUcioFrEuIobAVRwhqUwD0DSC1o=" "hash": "sha256-/d2wp+TzK67FRUOABAxR0/4e9nIML+MheIJnovXbNaM="
} }
} }
} }

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent"; pname = "vuetorrent";
version = "2.17.0"; version = "2.18.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-bnu/8kygpqAvCgc8Li16qga0icPdMoRd5/c+ictWWwI="; sha256 = "sha256-EagZkbzVNd+kREqq9L4xYMrSaZJYFWZIDCP0Aib+JMo=";
}; };
buildInputs = with pkgs; [ unzip ]; buildInputs = with pkgs; [ unzip ];