Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #262694 from mstarzyk/tab-9.2

tab: 9.1 -> 9.2

authored by Guillaume Girol and committed by GitHub d1fb34fe b9addb4b

+2 -2
+2 -2
pkgs/tools/text/tab/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, python3 }: 2 3 stdenv.mkDerivation rec { 4 - version = "9.1"; 5 pname = "tab"; 6 7 src = fetchFromGitHub { 8 owner = "ivan-tkatchev"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-AhgWeV/ojB8jM16A5ggrOD1YjWfRVcoQbkd3S2bgdyE="; 12 }; 13 14 # gcc12; see https://github.com/ivan-tkatchev/tab/commit/673bdac998
··· 1 { lib, stdenv, fetchFromGitHub, python3 }: 2 3 stdenv.mkDerivation rec { 4 + version = "9.2"; 5 pname = "tab"; 6 7 src = fetchFromGitHub { 8 owner = "ivan-tkatchev"; 9 repo = pname; 10 rev = version; 11 + hash = "sha256-UOXfnpzYMKDdp8EeBo2HsVPGn61hkCqHe8olX9KAgOU="; 12 }; 13 14 # gcc12; see https://github.com/ivan-tkatchev/tab/commit/673bdac998