workout-tracker: 0.11.2 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-04-12 10:22:58 +00:00
parent 27bcfed792
commit 58ce6dcd53
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "workout-tracker";
version = "0.11.2";
version = "0.12.0";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "workout-tracker";
rev = "refs/tags/v${version}";
hash = "sha256-u2ezn+5PsA4z1w4OQuvfG0QeBzUGzx/11wtmoGVa3WY=";
hash = "sha256-INEo8jRJP0Jdsl28pLyrJEWAFwq5HpiOJIpwxOJ1vhU=";
};
vendorHash = null;