workout-tracker: 0.14.2 -> 0.14.3

This commit is contained in:
R. Ryantm 2024-05-14 05:28:27 +00:00
parent 80bfa2e774
commit 50b11536db

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "workout-tracker";
version = "0.14.2";
version = "0.14.3";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "workout-tracker";
rev = "refs/tags/v${version}";
hash = "sha256-hQPBptpsxksfILZXXAVIcFf+W7Eea3pcgnndHY4mO9c=";
hash = "sha256-NGj3W6SYZauaAhMinPzsSXM8Dqy+B+am985JJjh6xTs=";
};
vendorHash = null;