xdg-terminal-exec: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm
2025-09-18 12:51:00 +00:00
parent 3b2b417c9d
commit cfbae3b5ad
@@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "xdg-terminal-exec";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "xdg-terminal-exec";
rev = "v${finalAttrs.version}";
hash = "sha256-W2g0cnJbgrEu/XPCz86Q7OIUBP4onu4nvbSQ7G43Ptg=";
hash = "sha256-vFADl/SRxlHxq75TgQxpHX8b9U1SptFHCFoOL9xzZpw=";
};
nativeBuildInputs = [ scdoc ];