workout-tracker: 2.4.0 → 2.4.1 (#431837)

Co-authored-by: bhankas <bhankas@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-10 10:17:43 +00:00 committed by GitHub
commit 52f3e52f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
}:
let
pname = "workout-tracker";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "workout-tracker";
tag = "v${version}";
hash = "sha256-CJiUSN0QmZD5B/KPlHY2SySQC3D/+aVdydS4mYTabz0=";
hash = "sha256-MS4+dbJUh+oHWcQKe84VWW2e3hbZM4dgDWl6ZkFQkDo=";
};
assets = buildNpmPackage {