whatsie: 4.15.5 -> 4.16.0 (#347499)

This commit is contained in:
Pol Dellaiera 2024-10-09 20:48:20 +02:00 committed by GitHub
commit 7314b639cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "whatsie";
version = "4.15.5";
version = "4.16.0";
src = fetchFromGitHub {
owner = "keshavbhatt";
repo = "whatsie";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-6tczt9oPtcKvA59YqRHGOE2VFQLRNbyHpCJ6b4kzgks=";
hash = "sha256-+sbnpaR+pR5aKbGUIVM3yRpco7/jE9LkCbQKrgFDYwM=";
};
sourceRoot = "${finalAttrs.src.name}/src";