We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43524ca + 1c97f7a commit 1e0b920Copy full SHA for 1e0b920
pkgs/by-name/do/dosage-tracker/package.nix
@@ -17,13 +17,13 @@
17
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "dosage";
20
- version = "1.9.4";
+ version = "1.9.9";
21
22
src = fetchFromGitHub {
23
owner = "diegopvlk";
24
repo = "Dosage";
25
tag = "v${finalAttrs.version}";
26
- hash = "sha256-EFcfkj0NOmQrWgLJpWHdIX7iitqfZwgTmkMvueJPS/c=";
+ hash = "sha256-UVcbZgPk35VsYvyzIJrR79vAhSByJjn8kh+y0KQcwpM=";
27
};
28
29
# https://github.com/NixOS/nixpkgs/issues/318830
0 commit comments