From a357a3e0919ef81b24ae6efee8e37d98d9a7e4b8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 19 May 2023 09:26:30 +0000 Subject: [PATCH] libarchive-qt: 2.0.7 -> 2.0.8 --- pkgs/development/libraries/libarchive-qt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libarchive-qt/default.nix b/pkgs/development/libraries/libarchive-qt/default.nix index ae74fd3028a..14608b9f970 100644 --- a/pkgs/development/libraries/libarchive-qt/default.nix +++ b/pkgs/development/libraries/libarchive-qt/default.nix @@ -2,13 +2,13 @@ mkDerivation rec { pname = "libarchive-qt"; - version = "2.0.7"; + version = "2.0.8"; src = fetchFromGitLab { owner = "marcusbritanicus"; repo = pname; rev = "v${version}"; - sha256 = "sha256-KRywB+Op44N00q9tgO2WNCliRgUDRvrCms1O8JYt62o="; + sha256 = "sha256-31a6DsxObSJWyLfT6mVtyjloT26IwFHpH53iuyC2mco="; }; nativeBuildInputs = [