workout-tracker: 0.13.4 -> 0.14.1

This commit is contained in:
R. Ryantm 2024-04-23 23:27:30 +00:00
parent 71b4a60386
commit 7fd37b99d2
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "workout-tracker";
version = "0.13.4";
version = "0.14.1";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "workout-tracker";
rev = "refs/tags/v${version}";
hash = "sha256-wBDLf4UfE3YXH2naub9Z//z5HWaTBuz6MyCQovZcsFI=";
hash = "sha256-zmDY5KpKkq/9SYAm+v0QSnLLjxYQCzzXWLlCFkE8bA0=";
};
vendorHash = null;