Merge pull request #303577 from r-ryantm/auto-update/workout-tracker

workout-tracker: 0.11.2 -> 0.12.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-12 11:55:21 +00:00 committed by GitHub
commit feeff83e61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;