gitqlient: 1.5.0 -> 1.6.2

This commit is contained in:
José Romildo 2024-01-23 16:37:52 -03:00
parent 00679f46fb
commit ee44cc4a13

View file

@ -8,14 +8,14 @@
mkDerivation rec {
pname = "gitqlient";
version = "1.5.0";
version = "1.6.2";
src = fetchFromGitHub {
owner = "francescmm";
repo = "gitqlient";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-KUuJiuktiPi++W7QpccLqswFh5HaKmtf1WkXQGqWAH4=";
hash = "sha256-fHrsDEHEUgQYkZdnSzJ/+gTsV0eX8tOqSlr7vNH6LVs=";
};
nativeBuildInputs = [