dosage-tracker: 2.1.4 -> 2.1.5

This commit is contained in:
R. Ryantm
2026-04-02 23:52:53 +00:00
parent e11cc503cd
commit d075be7854
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dosage";
version = "2.1.4";
version = "2.1.5";
src = fetchFromGitHub {
owner = "diegopvlk";
repo = "Dosage";
tag = "v${finalAttrs.version}";
hash = "sha256-fp+BXT/HpoceFogn8oeRVEKGCqOVLTc8lca2epn3D78=";
hash = "sha256-opaQx42USA9OHRsPHukhBrdLPN2cD/T9QE9plZrBETo=";
};
# https://github.com/NixOS/nixpkgs/issues/318830