File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111} :
1212buildGoModule 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
You can’t perform that action at this time.
0 commit comments