dosage-tracker: 1.8.0 -> 1.8.3 (#381090)

This commit is contained in:
Peder Bergebakken Sundt 2025-02-14 19:19:59 +01:00 committed by GitHub
commit 1be7828615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dosage";
version = "1.8.0";
version = "1.8.3";
src = fetchFromGitHub {
owner = "diegopvlk";
repo = "Dosage";
tag = "v${finalAttrs.version}";
hash = "sha256-u/HnlnitLJjYxt+LqbhS2DYUDVVBamZCakBym2eNK1c=";
hash = "sha256-BEKhIIM0/uaqFD56W+fgsE78KVgqj6HqpS7KRp9Lt3c=";
};
# https://github.com/NixOS/nixpkgs/issues/318830