workout-tracker: 0.12.0 -> 0.13.4

This commit is contained in:
R. Ryantm 2024-04-17 22:45:01 +00:00
parent d3bf7abb55
commit 78005853c6
1 changed files with 2 additions and 2 deletions

View File

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