xdg-terminal-exec: 0.12.3 -> 0.12.4

This commit is contained in:
R. Ryantm 2025-06-02 00:28:07 +00:00
parent 769e9c24f7
commit 1aa9a9b385

View file

@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "xdg-terminal-exec";
version = "0.12.3";
version = "0.12.4";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "xdg-terminal-exec";
rev = "v${finalAttrs.version}";
hash = "sha256-mA/azPl4pB7vW1dB+Are5WbIf/eLmU91iwjC/V0+Xh8=";
hash = "sha256-PA0ttRtFmNVITBidxZsZFMfMaGi2X6296ve5y6Mqlm0=";
};
nativeBuildInputs = [ scdoc ];