File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 flake-utils . lib . eachDefaultSystem ( system :
1111 let
1212 pkgs = nixpkgs . legacyPackages . ${ system } ;
13- version = "2.5 .0" ;
13+ version = "2.6 .0" ;
1414 src = {
1515 "x86_64-linux" = pkgs . fetchurl {
1616 url = "https://github.com/robbeverhelst/tsarr/releases/download/v${ version } /tsarr-linux-x64" ;
17- sha256 = "sha256-IQ3wOUYEUFb8m9rxiGGogtX94qxUfVa4LLwb4z2Vsq8 =" ;
17+ sha256 = "sha256-Jz6I7ductkJTclrIfKv5Hcd/czcvrlvO2EmZAk7ne3E =" ;
1818 } ;
1919 "aarch64-linux" = pkgs . fetchurl {
2020 url = "https://github.com/robbeverhelst/tsarr/releases/download/v${ version } /tsarr-linux-arm64" ;
21- sha256 = "sha256-f8Xo+n4woFd0tULE6xYu+1Ws++kRhy2RUaJcVi2tCDY =" ;
21+ sha256 = "sha256-sZZRxcXT0AMvrUqm7rPmQH2obcDsdDlra5RyQxWlraY =" ;
2222 } ;
2323 "x86_64-darwin" = pkgs . fetchurl {
2424 url = "https://github.com/robbeverhelst/tsarr/releases/download/v${ version } /tsarr-darwin-x64" ;
25- sha256 = "sha256-Q2J3U5s/q+wMckN+yShNBubpe0Tf30uzYK3NGC4qjPQ =" ;
25+ sha256 = "sha256-vjCMCetLxR6gfctzyONBIdB3En6mhysxHH0NeM2oGec =" ;
2626 } ;
2727 "aarch64-darwin" = pkgs . fetchurl {
2828 url = "https://github.com/robbeverhelst/tsarr/releases/download/v${ version } /tsarr-darwin-arm64" ;
29- sha256 = "sha256-Tak7YFIRfDVDRdaTjWcFHivgQk4nhCl+UjmAnWfyZP0 =" ;
29+ sha256 = "sha256-u6uYHnzP0f7of+vH2TtNk532Hy+h5CSd5zgtm82QUi4 =" ;
3030 } ;
3131 } ;
3232 in
You can’t perform that action at this time.
0 commit comments