gdb-dashboard: 0.17.3 -> 0.17.4

Changelog: https://github.com/cyrus-and/gdb-dashboard/releases/tag/v0.17.4

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2025-05-21 13:54:06 -04:00
parent fa9ba60418
commit 4c5a4420f4
No known key found for this signature in database
GPG key ID: D83DC5377393C7E6

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
name = "gdb-dashboard";
version = "0.17.3";
version = "0.17.4";
src = fetchFromGitHub {
owner = "cyrus-and";
repo = "gdb-dashboard";
tag = "v${finalAttrs.version}";
hash = "sha256-x3XcAJdj2Q8s+ZkIBHpGZvCroedPzBmqt5W9Hc1FL7s=";
hash = "sha256-xoBkAFwkbaAsvgPwGwe1JxE1C8gPR6GP1iXeNKK5Z70=";
};
nativeBuildInputs = [ makeWrapper ];