dosage-tracker: 1.9.10 -> 1.9.11

This commit is contained in:
R. Ryantm
2025-09-29 09:58:16 +00:00
parent e700fb6386
commit b31a38f353

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dosage";
version = "1.9.10";
version = "1.9.11";
src = fetchFromGitHub {
owner = "diegopvlk";
repo = "Dosage";
tag = "v${finalAttrs.version}";
hash = "sha256-aLZ1Jl2h5KmZQ8zNyNqivAkf4Gjqh2eQfoKLabdXhBI=";
hash = "sha256-TS9niQd3jlALQrFu6H2SucZwwQp0k2BRHqZCYfbz+CI=";
};
# https://github.com/NixOS/nixpkgs/issues/318830