seatd: 0.8.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2024-12-02 09:16:02 +00:00
parent 7746ea9889
commit 9673dfc977
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "seatd";
version = "0.8.0";
version = "0.9.1";
src = fetchFromSourcehut {
owner = "~kennylevinsen";
repo = "seatd";
rev = finalAttrs.version;
hash = "sha256-YaR4VuY+wrzbnhER4bkwdm0rTY1OVMtixdDEhu7Lnws=";
hash = "sha256-6F+TPSpcEwX4wW5GPy5Ck2AeHyH/Ba2oBUSUnVyAMeA=";
};
outputs = [ "bin" "out" "dev" "man" ];