We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdae65 commit 38ca4d6Copy full SHA for 38ca4d6
pkgs/by-name/su/supersonic/package.nix
@@ -20,16 +20,16 @@ assert waylandSupport -> stdenv.isLinux;
20
21
buildGoModule rec {
22
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
23
- version = "0.11.0";
+ version = "0.12.0";
24
25
src = fetchFromGitHub {
26
owner = "dweymouth";
27
repo = "supersonic";
28
rev = "v${version}";
29
- hash = "sha256-tuXpK1KYp0INSCuCQFw1crgPjqW655AagwHZswLrodg=";
+ hash = "sha256-SbG5jzsR1ggGYbQ3kwrvKeGfkF+LlZwPV6L5/rKT49A=";
30
};
31
32
- vendorHash = "sha256-hYFz9XEYkHv9HOCYKE3a17eDUspv6QmkH/+ipjJuaz0=";
+ vendorHash = "sha256-N2HdXGdb0OEfczPmc40jdx1rxKj2vxcEjbn+6K6vHhU=";
33
34
nativeBuildInputs = [
35
copyDesktopItems
0 commit comments