xdg-terminal-exec: 0.12.3 -> 0.12.4 (#413087)

This commit is contained in:
Matthias Beyer 2025-06-02 09:07:51 +02:00 committed by GitHub
commit 345798cf3d
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.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 ];