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

pdfhummus: 4.6 -> 4.6.1

+2 -2
+2 -2
pkgs/development/libraries/pdfhummus/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "pdfhummus"; 15 - version = "4.6"; 16 17 src = fetchFromGitHub { 18 owner = "galkahana"; 19 repo = "PDF-Writer"; 20 rev = "v${version}"; 21 - hash = "sha256-TP/NDh5fPPHuiRaj6+YZfhtHZmlb+mqtnXfzyjVKAHY="; 22 }; 23 24 nativeBuildInputs = [
··· 12 13 stdenv.mkDerivation rec { 14 pname = "pdfhummus"; 15 + version = "4.6.1"; 16 17 src = fetchFromGitHub { 18 owner = "galkahana"; 19 repo = "PDF-Writer"; 20 rev = "v${version}"; 21 + hash = "sha256-4QJxYxLELBDg5GZISdO2xKzJej8F21BY+GD+KkrGXws="; 22 }; 23 24 nativeBuildInputs = [