whatsie: 4.16.0 -> 4.16.1

This commit is contained in:
Igor Rzegocki
2024-10-22 10:44:43 +02:00
parent 92feb4fd19
commit 57e4e0c6f6
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "whatsie";
version = "4.16.0";
version = "4.16.1";
src = fetchFromGitHub {
owner = "keshavbhatt";
repo = "whatsie";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-+sbnpaR+pR5aKbGUIVM3yRpco7/jE9LkCbQKrgFDYwM=";
hash = "sha256-9G+2yYc5Lcmw5NvLnn7jVZ4Fw79L29KbhiE2CYh6SLM=";
};
sourceRoot = "${finalAttrs.src.name}/src";