openpgl: 0.5.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-10-07 21:15:21 +00:00
parent 8ab1d552b8
commit f1e6a9e066

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openpgl";
version = "0.5.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "OpenPathGuidingLibrary";
repo = "openpgl";
rev = "v${finalAttrs.version}";
hash = "sha256-dbHmGGiHQkU0KPpQYpY/o0uCWdb3L5namETdOcOREgs=";
hash = "sha256-HX3X1dmOazUUiYCqa6irpNm37YthB2YHb8u1P1qDHco=";
};
nativeBuildInputs = [