supersonic: 0.13.2 -> 0.14.0 (#384388)

Co-authored-by: vs49688 <vs49688@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-23 14:42:33 +00:00
committed by GitHub
co-authored by vs49688
+3 -3
View File
@@ -21,16 +21,16 @@ assert waylandSupport -> stdenv.hostPlatform.isLinux;
buildGoModule rec {
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
version = "0.13.2";
version = "0.14.0";
src = fetchFromGitHub {
owner = "dweymouth";
repo = "supersonic";
rev = "v${version}";
hash = "sha256-zSfUhqhmTiWVrW03mos1jV26O4hM5NCF0BD1lP919Dk=";
hash = "sha256-ua2INyKPncXDOwzmKrgnRCb7q8CFEApEaYuBbQeau98=";
};
vendorHash = "sha256-d3IkOLY1907w9zeVEJBFb+NP8nDIJe+6Hv+k+5wymwo=";
vendorHash = "sha256-5LxYD9kLUvKgXmDCw1SNBM6ay8Vayj+PyoZRVptSM0c=";
nativeBuildInputs =
[