dosage-tracker: 2.1.7 -> 2.1.8

This commit is contained in:
R. Ryantm
2026-06-27 14:15:03 +00:00
parent a1e44e83e2
commit 625a042708
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dosage";
version = "2.1.7";
version = "2.1.8";
src = fetchFromGitHub {
owner = "diegopvlk";
repo = "Dosage";
tag = "v${finalAttrs.version}";
hash = "sha256-Tgsab1KzdEQ9C9gkh09M5gKpocrMrgxQ16pIJ4zcKsY=";
hash = "sha256-LqVJQkNjRafmC4OK2F3wZQwa0hofxmbMYWXQ6rPtHug=";
};
# https://github.com/NixOS/nixpkgs/issues/318830