dosage-tracker: 1.8.0 -> 1.8.3

Diff: https://github.com/diegopvlk/Dosage/compare/v1.8.0...v1.8.3
This commit is contained in:
Seth Flynn 2025-02-11 06:56:28 +00:00
parent 26f7459546
commit cdf52f25be
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

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