Skip to content

Commit

Permalink
alist: 3.38.0 -> 3.39.2 (#356776)
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-lin authored Nov 20, 2024
2 parents 5261c3c + 8d286f8 commit 8c6ead6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/al/alist/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}:
buildGoModule rec {
pname = "alist";
version = "3.38.0";
version = "3.39.2";

src = fetchFromGitHub {
owner = "AlistGo";
repo = "alist";
rev = "refs/tags/v${version}";
hash = "sha256-HF5T/TZXiyT186qZyzz+m0K9ajF1wk8YAZljcq5ccWM=";
hash = "sha256-ayIbmoemaDKZu+jYJ33GXq5XORNn6rJ3yOpDgFeXA/4=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
Expand All @@ -30,11 +30,11 @@ buildGoModule rec {
};
web = fetchurl {
url = "https://github.com/AlistGo/alist-web/releases/download/${version}/dist.tar.gz";
hash = "sha256-jHbWhjvHfgtdocuuELbOwrMzL8tOQfBVdH9MxasEwGo=";
hash = "sha256-2ZgxWv9VROfXJIIU0Co7BKkjZr8KxQ+0eRsjgz6LVDo=";
};

proxyVendor = true;
vendorHash = "sha256-Q5E86bNedXOqMKS3WrXicWg27vnjyGao0nE34Ws2l9E=";
vendorHash = "sha256-S8TPu+pOljrA8GAeCzxgv09pb5rauSYvRm8gt8oMPTs=";

buildInputs = [ fuse ];

Expand Down

0 comments on commit 8c6ead6

Please sign in to comment.