diff options
author | lassulus | 2024-07-02 10:28:53 +0200 |
---|---|---|
committer | GitHub | 2024-07-02 10:28:53 +0200 |
commit | cd22f689e03e6bfebce427db2944d80fd9b085d7 (patch) | |
tree | 6224c5ea835f62fdfe529998d41393a8975fb26d /pkgs/by-name/su | |
parent | ae0b2bf3fab958fc7d83a7893ee57175fd2609d3 (diff) | |
parent | 38ca4d66f5ff5000dea03300a40b65422285b853 (diff) |
Merge pull request #323941 from r-ryantm/auto-update/supersonic-wayland
supersonic-wayland: 0.11.0 -> 0.12.0
Diffstat (limited to 'pkgs/by-name/su')
-rw-r--r-- | pkgs/by-name/su/supersonic/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/su/supersonic/package.nix b/pkgs/by-name/su/supersonic/package.nix index 2f877d881ae4..f789d28f90d8 100644 --- a/pkgs/by-name/su/supersonic/package.nix +++ b/pkgs/by-name/su/supersonic/package.nix @@ -20,16 +20,16 @@ assert waylandSupport -> stdenv.isLinux; buildGoModule rec { pname = "supersonic" + lib.optionalString waylandSupport "-wayland"; - version = "0.11.0"; + version = "0.12.0"; src = fetchFromGitHub { owner = "dweymouth"; repo = "supersonic"; rev = "v${version}"; - hash = "sha256-tuXpK1KYp0INSCuCQFw1crgPjqW655AagwHZswLrodg="; + hash = "sha256-SbG5jzsR1ggGYbQ3kwrvKeGfkF+LlZwPV6L5/rKT49A="; }; - vendorHash = "sha256-hYFz9XEYkHv9HOCYKE3a17eDUspv6QmkH/+ipjJuaz0="; + vendorHash = "sha256-N2HdXGdb0OEfczPmc40jdx1rxKj2vxcEjbn+6K6vHhU="; nativeBuildInputs = [ copyDesktopItems |