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

workout-tracker: 0.14.1 -> 0.14.2
This commit is contained in:
Jörg Thalheim 2024-04-29 09:12:30 +02:00 committed by GitHub
commit 8185fd1a96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "workout-tracker";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "workout-tracker";
rev = "refs/tags/v${version}";
hash = "sha256-zmDY5KpKkq/9SYAm+v0QSnLLjxYQCzzXWLlCFkE8bA0=";
hash = "sha256-hQPBptpsxksfILZXXAVIcFf+W7Eea3pcgnndHY4mO9c=";
};
vendorHash = null;