coolreader: modernize derivation
This commit is contained in:
committed by
Weijia Wang
parent
7a2c5f004c
commit
a054da4484
@@ -17,8 +17,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "buggins";
|
||||
repo = "coolreader";
|
||||
rev = "cr${finalAttrs.version}";
|
||||
sha256 = "sha256-RgVEOaNBaEuPBC75B8PdCkbqMvEzNmnEYmiI1ny/WFQ=";
|
||||
tag = "cr${finalAttrs.version}";
|
||||
hash = "sha256-RgVEOaNBaEuPBC75B8PdCkbqMvEzNmnEYmiI1ny/WFQ=";
|
||||
};
|
||||
|
||||
patches = [ ./cmake_policy_version_3_5.patch ];
|
||||
|
||||
Reference in New Issue
Block a user