gdb-dashboard: 0.17.3 -> 0.17.4 (#409492)

This commit is contained in:
Nick Cao
2025-05-23 16:01:18 -04:00
committed by GitHub
+2 -2
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 ];