workout-tracker: 2.4.0 → 2.4.1

This commit is contained in:
Nikolay Korotkiy 2025-08-08 00:34:10 +04:00
parent 71cbd97994
commit 12e32afa83
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

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 {