supersonic-wayland: 0.9.0 -> 0.9.1
This commit is contained in:
parent
75f9d4f7cf
commit
34c105aa30
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.9.0";
|
version = "0.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dweymouth";
|
owner = "dweymouth";
|
||||||
repo = "supersonic";
|
repo = "supersonic";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-QHDTbcWSEFleMsjt4BR4xt6DlqPSowUbHmi4+83c0kc=";
|
hash = "sha256-R9Bn+xFq8pBSuGX1okA3l/7ralKodKDxcpGov9diuxw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-ANVkQpCnPsRueHyxRJMY5cqMZ5Q/QMVW4KS+TFYMpUQ=";
|
vendorHash = "sha256-4Un1twPfjRfLVl91GqYJsyY8GbKgYoMIsdNESpumH5M=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
copyDesktopItems
|
copyDesktopItems
|
||||||
|
|
Loading…
Reference in a new issue