supersonic: 0.10.0 -> 0.10.1

Minor bugfix https://github.com/dweymouth/supersonic/releases/tag/v0.10.1

authored by Stanislav Ochotnický and committed by Yaya fc67e851 01cc82d0

+3 -3
+3 -3
pkgs/by-name/su/supersonic/package.nix
··· 20 20 21 21 buildGoModule rec { 22 22 pname = "supersonic" + lib.optionalString waylandSupport "-wayland"; 23 - version = "0.10.0"; 23 + version = "0.10.1"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "dweymouth"; 27 27 repo = "supersonic"; 28 28 rev = "v${version}"; 29 - hash = "sha256-sleXZnJ/JPlyCMf6Js+Yym1RhtfZT7Q+qYAWLCavZFA="; 29 + hash = "sha256-0MbR6ah3UakLn/6Mfd156BlTZe7thNK6mAPLTuz298g="; 30 30 }; 31 31 32 - vendorHash = "sha256-JKihU597ZBq1VygpWB73V2m9NN/GDrquX9hNzBdszSQ="; 32 + vendorHash = "sha256-Ld1j/SFq5W+SKppAzk7UV74RD6/Dw+PWk0BhEGML5+k="; 33 33 34 34 nativeBuildInputs = [ 35 35 copyDesktopItems