Skip to content

Commit f1379df

Browse files
alist: 3.43.0 -> 3.44.0 (NixOS#397781)
Co-authored-by: Moraxyc <[email protected]>
2 parents fb7dcb1 + 82ef0e4 commit f1379df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/al/alist/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}:
1212
buildGoModule rec {
1313
pname = "alist";
14-
version = "3.43.0";
15-
webVersion = "3.43.0";
14+
version = "3.44.0";
15+
webVersion = "3.44.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "AlistGo";
1919
repo = "alist";
2020
tag = "v${version}";
21-
hash = "sha256-0+gt5S/eklSp8K4z1bXUVHaG7L3zKhi6TdVaxX/Y83w=";
21+
hash = "sha256-zaIS2DYB7x76SCHCX9aJ0/8Lejwy3/AlLbnztSNJtSc=";
2222
# populate values that require us to use git. By doing this in postFetch we
2323
# can delete .git afterwards and maintain better reproducibility of the src.
2424
leaveDotGit = true;
@@ -32,11 +32,11 @@ buildGoModule rec {
3232
};
3333
web = fetchzip {
3434
url = "https://github.com/AlistGo/alist-web/releases/download/${webVersion}/dist.tar.gz";
35-
hash = "sha256-uFa9V8DSHk0ET0BCdfT37qUNP2kLNjmt2S6fEk1muME=";
35+
hash = "sha256-YPqbEPpwRVTWwH/LOq7cGsYju6YqdFCOseD52OsnkSk=";
3636
};
3737

3838
proxyVendor = true;
39-
vendorHash = "sha256-40YuarjrOvwHyXmHZoiqGMueN7dzu8zQ6hgInmsWVJg=";
39+
vendorHash = "sha256-eBIlBtO+AlW2TE4xgxktePb2bm1lIYiuZ4+AUd1bdW8=";
4040

4141
buildInputs = [ fuse ];
4242

0 commit comments

Comments
 (0)