Skip to content

Commit cd22f68

Browse files
authored
Merge pull request #323941 from r-ryantm/auto-update/supersonic-wayland
supersonic-wayland: 0.11.0 -> 0.12.0
2 parents ae0b2bf + 38ca4d6 commit cd22f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/su/supersonic/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ assert waylandSupport -> stdenv.isLinux;
2020

2121
buildGoModule rec {
2222
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
23-
version = "0.11.0";
23+
version = "0.12.0";
2424

2525
src = fetchFromGitHub {
2626
owner = "dweymouth";
2727
repo = "supersonic";
2828
rev = "v${version}";
29-
hash = "sha256-tuXpK1KYp0INSCuCQFw1crgPjqW655AagwHZswLrodg=";
29+
hash = "sha256-SbG5jzsR1ggGYbQ3kwrvKeGfkF+LlZwPV6L5/rKT49A=";
3030
};
3131

32-
vendorHash = "sha256-hYFz9XEYkHv9HOCYKE3a17eDUspv6QmkH/+ipjJuaz0=";
32+
vendorHash = "sha256-N2HdXGdb0OEfczPmc40jdx1rxKj2vxcEjbn+6K6vHhU=";
3333

3434
nativeBuildInputs = [
3535
copyDesktopItems

0 commit comments

Comments
 (0)