Skip to content

Commit

Permalink
gitqlient: 1.6.2 -> 1.6.3 (#357365)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaliDev authored Nov 22, 2024
2 parents e87e7de + 4e75fe3 commit 91cbefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitqlient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

mkDerivation rec {
pname = "gitqlient";
version = "1.6.2";
version = "1.6.3";

src = fetchFromGitHub {
owner = "francescmm";
repo = "gitqlient";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-fHrsDEHEUgQYkZdnSzJ/+gTsV0eX8tOqSlr7vNH6LVs=";
hash = "sha256-gfWky5KTSj+5FC++QIVTJbrDOYi/dirTzs6LvTnO74A=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 91cbefb

Please sign in to comment.