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

git-cola: 4.11.0 -> 4.12.0

+2 -2
+2 -2
pkgs/by-name/gi/git-cola/package.nix
··· 12 12 13 13 python3Packages.buildPythonApplication rec { 14 14 pname = "git-cola"; 15 - version = "4.11.0"; 15 + version = "4.12.0"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "git-cola"; 20 20 repo = "git-cola"; 21 21 tag = "v${version}"; 22 - hash = "sha256-aFdjkuQrVYgYALTnupdwVL58kSsp4SC6xsXefA1NnKI="; 22 + hash = "sha256-1y/fYqvsPpgCEakL7XepI9SVPFgmk1m795uMPv1WgNc="; 23 23 }; 24 24 25 25 buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ qt5.qtwayland ];