supersonic: 0.5.2 -> 0.6.0
This commit is contained in:
parent
8efd5d1e28
commit
d8574359c2
1 changed files with 3 additions and 3 deletions
|
@ -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.5.2";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dweymouth";
|
owner = "dweymouth";
|
||||||
repo = "supersonic";
|
repo = "supersonic";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-4SLAUqLMoUxTSi4I/QeHqudO62Gmhpm1XbCGf+3rPlc=";
|
hash = "sha256-elDVkhRW1mTez56OKQJJ0m0VxP8/Bq+HcXf5iokeY5I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-6Yp5OoybFpoBuIKodbwnyX3crLCl8hJ2r4plzo0plsY=";
|
vendorHash = "sha256-z1sDlyc7HW+tYfG0Z4EjUCEM3Su4JjmWIKxU2MV6GOA=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
copyDesktopItems
|
copyDesktopItems
|
||||||
|
|
Loading…
Reference in a new issue