supersonic: 0.6.0 -> 0.7.0

This commit is contained in:
Zane van Iperen 2023-11-08 06:17:31 +10:00
parent 2962158b12
commit 70266dd7db
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5

View File

@ -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.6.0"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dweymouth"; owner = "dweymouth";
repo = "supersonic"; repo = "supersonic";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-elDVkhRW1mTez56OKQJJ0m0VxP8/Bq+HcXf5iokeY5I="; hash = "sha256-DVduZ1qPbcDlH+B5hibC2HUjwEUV+CpDDpMI8GdPwro";
}; };
vendorHash = "sha256-z1sDlyc7HW+tYfG0Z4EjUCEM3Su4JjmWIKxU2MV6GOA="; vendorHash = "sha256-Dj6I+gt0gB5HWTWdFXCV5UpLuvg+HhuygRJAdvV/Yp8";
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems