nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

qgit: 2.10 -> 2.11

R. Ryantm 2eb87f2b 88c83497

+2 -2
+2 -2
pkgs/applications/version-management/qgit/default.nix
··· 8 8 9 9 mkDerivation rec { 10 10 pname = "qgit"; 11 - version = "2.10"; 11 + version = "2.11"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "tibirna"; 15 15 repo = "qgit"; 16 16 rev = "${pname}-${version}"; 17 - sha256 = "sha256-xM0nroWs4WByc2O469zVeAlzKn6LLr+8WDlEdSjtRYI="; 17 + sha256 = "sha256-DmwxOy71mIklLQ7V/qMzi8qCMtKa9nWHlkjEr/9HJIU="; 18 18 }; 19 19 20 20 buildInputs = [ qtbase ];