dumpvdl2: 2.5.1 -> 2.6.0 (#488761)

This commit is contained in:
Nick Cao
2026-02-10 00:03:12 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dumpvdl2";
version = "2.5.1";
version = "2.6.0";
src = fetchFromGitHub {
owner = "szpajder";
repo = "dumpvdl2";
tag = "v${finalAttrs.version}";
hash = "sha256-7UAw48BQttF+6J/nhg9zpoplRCtpTwjM1XB7DxM7Ymg=";
hash = "sha256-SSCPJ2D5JuMEEDG+8KYoequWCwRJcd6XwZAZSprShy8=";
};
buildInputs = [