Skip to content

Commit 52f3e52

Browse files
workout-tracker: 2.4.0 → 2.4.1 (#431837)
Co-authored-by: bhankas <bhankas@users.noreply.github.com>
2 parents 675d8fc + 12e32af commit 52f3e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wo/workout-tracker/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
let
1111
pname = "workout-tracker";
12-
version = "2.4.0";
12+
version = "2.4.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "jovandeginste";
1616
repo = "workout-tracker";
1717
tag = "v${version}";
18-
hash = "sha256-CJiUSN0QmZD5B/KPlHY2SySQC3D/+aVdydS4mYTabz0=";
18+
hash = "sha256-MS4+dbJUh+oHWcQKe84VWW2e3hbZM4dgDWl6ZkFQkDo=";
1919
};
2020

2121
assets = buildNpmPackage {

0 commit comments

Comments
 (0)