trrntzip: 1.1 -> 1.3

This commit is contained in:
R. Ryantm 2024-07-19 04:19:27 +00:00
parent 5079f7b926
commit 3b37e6cecd

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "trrntzip";
version = "1.1";
version = "1.3";
src = fetchFromGitHub {
owner = "0-wiz-0";
repo = "trrntzip";
rev = "v${finalAttrs.version}";
hash = "sha256-7BrTJCQH9x9cNqm7tGOLxQlbTmlxs5S2hAD4ZWIady8=";
hash = "sha256-whxPqXT6w91jWv9aoTE4ITbjqohgwytzA0HN7WXKcTA=";
};
nativeBuildInputs = [ cmake ];