Skip to content

Commit

Permalink
whatsie: 4.16.1 -> 4.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Oct 25, 2024
1 parent 9c3c35d commit 4312338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wh/whatsie/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "whatsie";
version = "4.16.1";
version = "4.16.2";

src = fetchFromGitHub {
owner = "keshavbhatt";
repo = "whatsie";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-9G+2yYc5Lcmw5NvLnn7jVZ4Fw79L29KbhiE2CYh6SLM=";
hash = "sha256-4Ur/FNg4jqtyWGB0lW4Uw2XlfMclz080LDRNO+RnkrM=";
};

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

0 comments on commit 4312338

Please sign in to comment.