xastir: 2.1.8 -> 2.2.0

This commit is contained in:
R. Ryantm 2023-10-24 00:55:12 +00:00
parent 6c5458cf32
commit dd4c559006

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "xastir";
version = "2.1.8";
version = "2.2.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "Release-${version}";
hash = "sha256-hRe0KO1lWOv3hNNDMS70t+X1rxuhNlNKykmo4LEU+U0=";
hash = "sha256-EQXSfH4b5vMiprFcMXCUDNl+R1cHSj9CyhZnUPAMoCw=";
};
nativeBuildInputs = [