supersonic: 0.8.2 -> 0.9.0

This commit is contained in:
Zane van Iperen 2024-01-28 02:52:18 +10:00
parent 1bb0495405
commit 019c26e90b
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5

@ -20,16 +20,16 @@ assert waylandSupport -> stdenv.isLinux;
buildGoModule rec { buildGoModule rec {
pname = "supersonic" + lib.optionalString waylandSupport "-wayland"; pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
version = "0.8.2"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dweymouth"; owner = "dweymouth";
repo = "supersonic"; repo = "supersonic";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-hhFnOxWXR91WpB51c4fvIENoAtqPj+VmPImGcXwTH0o="; hash = "sha256-QHDTbcWSEFleMsjt4BR4xt6DlqPSowUbHmi4+83c0kc=";
}; };
vendorHash = "sha256-oAp3paXWXtTB+1UU/KGewCDQWye16rxNnNWQMdrhgP0="; vendorHash = "sha256-ANVkQpCnPsRueHyxRJMY5cqMZ5Q/QMVW4KS+TFYMpUQ=";
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems