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