File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ti/tideways-daemon Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111stdenvNoCC . mkDerivation ( finalAttrs : {
1212 pname = "tideways-daemon" ;
13- version = "1.9.36 " ;
13+ version = "1.9.38 " ;
1414
1515 src =
1616 finalAttrs . passthru . sources . ${ stdenvNoCC . hostPlatform . system }
@@ -28,15 +28,15 @@ stdenvNoCC.mkDerivation (finalAttrs: {
2828 sources = {
2929 "x86_64-linux" = fetchurl {
3030 url = "https://tideways.s3.amazonaws.com/daemon/${ finalAttrs . version } /tideways-daemon_linux_amd64-${ finalAttrs . version } .tar.gz" ;
31- hash = "sha256-+EnXHjFAD23jmG8IucnppjWeGNKX6yzWJypICECy3do =" ;
31+ hash = "sha256-zQ8K0oHTZfQCEYAsnKsdgGaDTlRwEfCiJpd4lxy4Q5M =" ;
3232 } ;
3333 "aarch64-linux" = fetchurl {
3434 url = "https://tideways.s3.amazonaws.com/daemon/${ finalAttrs . version } /tideways-daemon_linux_aarch64-${ finalAttrs . version } .tar.gz" ;
35- hash = "sha256-p5/wzvr7EyvELADfA1X/mo8VdAT47SbAXZlIWdGZVb4 =" ;
35+ hash = "sha256-atRvSpc56z5Vxo5/YGz9QzCPEP79qjl2GN0vR3nkBAE =" ;
3636 } ;
3737 "aarch64-darwin" = fetchurl {
3838 url = "https://tideways.s3.amazonaws.com/daemon/${ finalAttrs . version } /tideways-daemon_macos_arm64-${ finalAttrs . version } .tar.gz" ;
39- hash = "sha256-uI7qOO7nj32BXrNFMmQlX32omT4Kxruf/J7A63QQ62w =" ;
39+ hash = "sha256-+X+WbHtOFW4YGyRmj388bBH0jHezWnPfTBiiOw3LFFY =" ;
4040 } ;
4141 } ;
4242 updateScript = "${
You can’t perform that action at this time.
0 commit comments