Skip to content

Commit 13bef8e

Browse files
authored
dosage-tracker: 1.9.1 -> 1.9.3 (#387499)
2 parents c7471e8 + b503f17 commit 13bef8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/do/dosage-tracker/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "dosage";
20-
version = "1.9.1";
20+
version = "1.9.3";
2121

2222
src = fetchFromGitHub {
2323
owner = "diegopvlk";
2424
repo = "Dosage";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-Bj/459bBxkR0hh5KrmHSfokpdMgyF5mz+tp6bZgR+ek=";
26+
hash = "sha256-euGyTaufL8Ifsy1RT4jcqlz8XZfCN7GfvFFvo85f/3c=";
2727
};
2828

2929
# https://github.com/NixOS/nixpkgs/issues/318830

0 commit comments

Comments
 (0)