tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
supersonic: 0.18.0 -> 0.18.1
R. Ryantm
4 months ago
028621ae
4199f186
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
su
supersonic
package.nix
+3
-3
pkgs/by-name/su/supersonic/package.nix
···
18
19
buildGoModule rec {
20
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
21
-
version = "0.18.0";
22
23
src = fetchFromGitHub {
24
owner = "dweymouth";
25
repo = "supersonic";
26
rev = "v${version}";
27
-
hash = "sha256-/8GFrMQvr2dXtK5Cyi5mc+9wxJ95jCzkpZ2Xk6ULrp8=";
28
};
29
30
-
vendorHash = "sha256-C610AlCpY7hpW4AQbT9HYaRxJdLmpqgQbi5mIsdSTrM=";
31
32
nativeBuildInputs = [
33
copyDesktopItems
···
18
19
buildGoModule rec {
20
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
21
+
version = "0.18.1";
22
23
src = fetchFromGitHub {
24
owner = "dweymouth";
25
repo = "supersonic";
26
rev = "v${version}";
27
+
hash = "sha256-NzgmkxG58XvaxcIcu9J0VeRjCQ922rJOp3IWX49dgIU=";
28
};
29
30
+
vendorHash = "sha256-dG5D7a13TbVurjqFbKwiZ5IOPul39sCmyPCCzRx0NEY=";
31
32
nativeBuildInputs = [
33
copyDesktopItems