workout-tracker: 0.14.3 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-06-07 06:22:26 +00:00
parent a73df7dc95
commit 3ccd73d418

View File

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