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

workout-tracker: 0.13.4 -> 0.14.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-24 05:24:05 +00:00 committed by GitHub
commit 4024254182
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.13.4";
version = "0.14.1";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "workout-tracker";
rev = "refs/tags/v${version}";
hash = "sha256-wBDLf4UfE3YXH2naub9Z//z5HWaTBuz6MyCQovZcsFI=";
hash = "sha256-zmDY5KpKkq/9SYAm+v0QSnLLjxYQCzzXWLlCFkE8bA0=";
};
vendorHash = null;