migrate freun.dev to arm server

This commit is contained in:
Joakim Repomaa
2025-02-08 15:41:58 +02:00
parent 8664b2c976
commit 9f446bc1f6
4 changed files with 22 additions and 25 deletions

View File

@@ -11,8 +11,8 @@ in
package = pkgs.stdenv.mkDerivation {
name = "workout-tracker";
src = pkgs.fetchurl {
url = "https://github.com/jovandeginste/workout-tracker/releases/download/v${version}/workout-tracker-v${version}-linux-amd64.tar.gz";
hash = "sha256-kcchO+7HQwmpYRXqrTtyHWDqy7DkKugO+PJRucboycE=";
url = "https://github.com/jovandeginste/workout-tracker/releases/download/v${version}/workout-tracker-v${version}-linux-arm64.tar.gz";
hash = "sha256-k6Fq9emrUgGr29d5AaWJtyjGoftGN9IpTgdTOdvOE1o=";
};
nativeBuildInputs = [
pkgs.autoPatchelfHook