seatd: 0.6.2 -> 0.6.3
This commit is contained in:
parent
22a500a3f8
commit
fb2d35f454
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "seatd";
|
pname = "seatd";
|
||||||
version = "0.6.2";
|
version = "0.6.3";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~kennylevinsen";
|
owner = "~kennylevinsen";
|
||||||
repo = "seatd";
|
repo = "seatd";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0c07i1nq0k60xmcsnr37ryqs7nzbg4qfq6fzbnzwbh1yhr8kypcm";
|
sha256 = "sha256-LLRGi3IACqaIHExLhALnUeiPyUnlhAJzsMFE2p+QSp4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "man" ];
|
outputs = [ "bin" "out" "dev" "man" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user