supersonic-wayland: 0.15.2 -> 0.16.0
This commit is contained in:
parent
88c2eff74c
commit
df2ec3ff02
@ -20,16 +20,16 @@ assert waylandSupport -> stdenv.hostPlatform.isLinux;
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
|
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
|
||||||
version = "0.15.2";
|
version = "0.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dweymouth";
|
owner = "dweymouth";
|
||||||
repo = "supersonic";
|
repo = "supersonic";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-grVZgsoehx32zpdKXuy78gcBb/ESZtzyizRuRKIjgwM=";
|
hash = "sha256-KC5olxn1+H/Y7HCOvsNPitcGgUgh+Ye2Te1yFffr7cs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-fc86z8bvdFI3LdlyHej2G42O554hpRszqre+e3WUOKI=";
|
vendorHash = "sha256-uHOeeCtnwZfJ3fHTPL/MtvQZeOQ8NEgMnpiXAPjY6YE=";
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user