xastir: 2.2.0 -> 2.2.2

https://github.com/Xastir/Xastir/releases/tag/Release-2.2.2
This commit is contained in:
FliegendeWurst 2025-05-21 21:39:21 +02:00
parent 1744aeacbb
commit 30f53978ce

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xastir"; pname = "xastir";
version = "2.2.0"; version = "2.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xastir"; owner = "xastir";
repo = "xastir"; repo = "xastir";
tag = "Release-${version}"; tag = "Release-${version}";
hash = "sha256-EQXSfH4b5vMiprFcMXCUDNl+R1cHSj9CyhZnUPAMoCw="; hash = "sha256-bpT8F3xURo9jRxBrGGflmcLD6U7F+FTW+VAK1WCgqF4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [