Skip to content

Commit 16e14f3

Browse files
committed
workout-tracker: 2.1.1 → 2.2.0
1 parent 5a57b8b commit 16e14f3

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.1.1";
12+
version = "2.2.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "jovandeginste";
1616
repo = "workout-tracker";
1717
tag = "v${version}";
18-
hash = "sha256-J2Pu8SR1kS9rpbq6uvZncU+oGvB4Ijfrajw2EtakluA=";
18+
hash = "sha256-6t+p/P8gAHTOMiWJ1lDcpHRPptO+lk0jl/llKy8fNrg=";
1919
};
2020

2121
assets = buildNpmPackage {

0 commit comments

Comments
 (0)