lxqt.lxqt-openssh-askpass: 2.0.1 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:15 -03:00
parent 761b105f8f
commit 0c871b1337

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-openssh-askpass";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-poTOXVvVUdM6m1mHBgQGS+mVHu6O4iBKQRs0JwpU8X0=";
hash = "sha256-oFN4FpTBxOcXtykkkrJvaoxhvwEJKBp+eusrrSBIXIU=";
};
nativeBuildInputs = [