xarchiver: 0.5.4.24 -> 0.5.4.25

This commit is contained in:
R. Ryantm
2025-03-27 23:40:41 +00:00
parent d4a90291ca
commit 2efe9f7371
+2 -2
View File
@@ -20,14 +20,14 @@
}:
stdenv.mkDerivation rec {
version = "0.5.4.24";
version = "0.5.4.25";
pname = "xarchiver";
src = fetchFromGitHub {
owner = "ib";
repo = "xarchiver";
rev = version;
hash = "sha256-OTm53kUZa/65JHRAiN3VWEGWhKwzstNZ1dxwTSPZ04g=";
hash = "sha256-pLNAgyYqujk+xvHZjq98kzTG47G4C2JvSTDoS7UTNeo=";
};
nativeBuildInputs = [