xdg-terminal-exec: 0.13.1 -> 0.13.2 (#424249)

Co-authored-by: quantenzitrone <quantenzitrone@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-14 00:31:41 +00:00 committed by GitHub
commit 4490d0597d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "xdg-terminal-exec";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "xdg-terminal-exec";
rev = "v${finalAttrs.version}";
hash = "sha256-fZ9GSY0Wm6V86wxPmG7YQX882orpKyl9YBrDorxTemY=";
hash = "sha256-W2g0cnJbgrEu/XPCz86Q7OIUBP4onu4nvbSQ7G43Ptg=";
};
nativeBuildInputs = [ scdoc ];