Skip to content

Commit 91cbefb

Browse files
authored
gitqlient: 1.6.2 -> 1.6.3 (#357365)
2 parents e87e7de + 4e75fe3 commit 91cbefb

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/version-management/gitqlient

1 file changed

+2
-2
lines changed

pkgs/applications/version-management/gitqlient/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
mkDerivation rec {
1010
pname = "gitqlient";
11-
version = "1.6.2";
11+
version = "1.6.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "francescmm";
1515
repo = "gitqlient";
1616
rev = "v${version}";
1717
fetchSubmodules = true;
18-
hash = "sha256-fHrsDEHEUgQYkZdnSzJ/+gTsV0eX8tOqSlr7vNH6LVs=";
18+
hash = "sha256-gfWky5KTSj+5FC++QIVTJbrDOYi/dirTzs6LvTnO74A=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)