lxqt.lxqt-sudo: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:16 -03:00
parent c9ba2c521e
commit c3ccb218d9

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-sudo";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-kDcOHqHuAyHTQ7ccsCelPOBieXdRLloEvSMjq9PIa30=";
hash = "sha256-ohB0LsEnDDe3wygRgvP5mFQ2hu1c9xv2RilSdqOQBxA=";
};
nativeBuildInputs = [