Unverified Commit 27940513 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

osslsigncode: 2.10 -> 2.11 (#482153)

parents 2c26d080 514cf4de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "osslsigncode";
  version = "2.10";
  version = "2.11";

  src = fetchFromGitHub {
    owner = "mtrojnar";
    repo = "osslsigncode";
    rev = version;
    sha256 = "sha256-UjjNXcHpPbyUz5CPsW+uVhZP0X9XGM3//IVv9VhmP7o=";
    sha256 = "sha256-ua/4OouuMWTvfFbdOVVZpf1Z43JoPiptlFl+THaef58=";
  };

  nativeBuildInputs = [