tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
seatd: 0.6.2 -> 0.6.3
R. Ryantm
4 years ago
fb2d35f4
22a500a3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
seatd
default.nix
+2
-2
pkgs/applications/misc/seatd/default.nix
···
10
11
stdenv.mkDerivation rec {
12
pname = "seatd";
13
-
version = "0.6.2";
14
15
src = fetchFromSourcehut {
16
owner = "~kennylevinsen";
17
repo = "seatd";
18
rev = version;
19
-
sha256 = "0c07i1nq0k60xmcsnr37ryqs7nzbg4qfq6fzbnzwbh1yhr8kypcm";
20
};
21
22
outputs = [ "bin" "out" "dev" "man" ];
···
10
11
stdenv.mkDerivation rec {
12
pname = "seatd";
13
+
version = "0.6.3";
14
15
src = fetchFromSourcehut {
16
owner = "~kennylevinsen";
17
repo = "seatd";
18
rev = version;
19
+
sha256 = "sha256-LLRGi3IACqaIHExLhALnUeiPyUnlhAJzsMFE2p+QSp4=";
20
};
21
22
outputs = [ "bin" "out" "dev" "man" ];