Skip to content

Commit 21a4b4c

Browse files
committed
whatsie: 4.16.2 -> 4.16.3
1 parent 0697f8a commit 21a4b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wh/whatsie/package.nix

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

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "whatsie";
12-
version = "4.16.2";
12+
version = "4.16.3";
1313

1414
src = fetchFromGitHub {
1515
owner = "keshavbhatt";
1616
repo = "whatsie";
1717
rev = "refs/tags/v${finalAttrs.version}";
18-
hash = "sha256-4Ur/FNg4jqtyWGB0lW4Uw2XlfMclz080LDRNO+RnkrM=";
18+
hash = "sha256-F6hQY3Br0iFDYkghBgRAyzLW6QhhG8UHOgkEgDjeQLg=";
1919
};
2020

2121
sourceRoot = "${finalAttrs.src.name}/src";

0 commit comments

Comments
 (0)