sigtool: 0.1.0 -> 0.1.2

Fixes build on x86_64-darwin

authored by Andrew Childs and committed by Raphael Megzari e456e9b1 366dcea3

+2 -2
+2 -2
pkgs/os-specific/darwin/sigtool/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "sigtool"; 5 - version = "0.1.0"; 5 + version = "0.1.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "thefloweringash"; 9 9 repo = "sigtool"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-GSVkF1BkZEkIF+q0SsoCuE0q48DRclE3E+qKc6JEc/0="; 11 + sha256 = "sha256-v4udqW37vwcqBdqfvfwHnoyXpuLFt188ekVCPCPsTPM"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config ];