sigtool: 0.1.2 → 0.1.3

adds `--sign` as an alias for `-s`: https://github.com/thefloweringash/sigtool/releases/tag/v0.1.3
This commit is contained in:
Rahul Butani 2022-10-07 16:43:32 -05:00
parent f9f82fdb05
commit cfe59eab36
No known key found for this signature in database

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sigtool";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "thefloweringash";
repo = "sigtool";
rev = "v${version}";
sha256 = "sha256-v4udqW37vwcqBdqfvfwHnoyXpuLFt188ekVCPCPsTPM";
sha256 = "sha256-K3VSFaqcZEomF7kROJz+AwxdW1MmxxEFDaRnWnzcw54=";
};
nativeBuildInputs = [ pkg-config ];