dosage-tracker: 1.9.3 -> 1.9.4

This commit is contained in:
R. Ryantm
2025-03-18 02:21:41 +00:00
parent 7bff569ce4
commit f38c9e3d39
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dosage";
version = "1.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "diegopvlk";
repo = "Dosage";
tag = "v${finalAttrs.version}";
hash = "sha256-euGyTaufL8Ifsy1RT4jcqlz8XZfCN7GfvFFvo85f/3c=";
hash = "sha256-EFcfkj0NOmQrWgLJpWHdIX7iitqfZwgTmkMvueJPS/c=";
};
# https://github.com/NixOS/nixpkgs/issues/318830