1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-10-01 02:01:45 +00:00
parent 87753585ac
commit 1888bdee6a
2 changed files with 8 additions and 8 deletions

View file

@ -59,11 +59,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1727631725,
"narHash": "sha256-3BhOfmcg9Pxjm/kU+IVYe76CvHL6zArK9ktlCJeP06E=",
"lastModified": 1727739526,
"narHash": "sha256-yVZehGvDJEB9qTEXqlPsKcxRJu5h4bHMMk/k6VE3d5Q=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b5c4f45cfcaa5a44632c7119922987e131249cd2",
"rev": "9a3f217e44f5d38a5da7d09b28c965b44061da21",
"type": "github"
},
"original": {
@ -96,11 +96,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1727660890,
"narHash": "sha256-0P8Xa+5hbcE2pHPa1K0LQeoK+OsE9JoVHfvcd6CElxQ=",
"lastModified": 1727711975,
"narHash": "sha256-zkkL5gw+TNXhVO2zpeH70TKh2dSzUbkBbO6gKHO37s0=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "71a799616d53ab00ffcbf91557316dbb6c7f648b",
"rev": "ef877b8e159b23f36ebc39155021657bed744a68",
"type": "github"
},
"original": {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.13.1";
version = "2.13.3";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-Pju4yxg5Ds3et87Z6gbc8Bwy9kurA+dikpqKMr6oYeo=";
sha256 = "sha256-MmzJhzRqlYhcHbvz4ycCobclZ9Idpranyh+doDEdoh8=";
};
buildInputs = with pkgs; [ unzip ];