Merge pull request #233532 from r-ryantm/auto-update/wlrctl

wlrctl: 0.2.1 -> 0.2.2
This commit is contained in:
Weijia Wang
2023-05-23 12:20:17 +03:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wlrctl";
version = "0.2.1";
version = "0.2.2";
src = fetchFromSourcehut {
owner = "~brocellous";
repo = "wlrctl";
rev = "v${version}";
sha256 = "039cxc82k7x473n6d65jray90rj35qmfdmr390zy0c7ic7vn4b78";
sha256 = "sha256-5mDcCSHbZMbfXbksAO4YhELznKpanse7jtbtfr09HL0=";
};
strictDeps = true;