Merge pull request #334300 from r-ryantm/auto-update/xv

xv: 5.2.0 -> 6.0.0
This commit is contained in:
Fabián Heredia Montiel 2024-08-15 15:01:00 -06:00 committed by GitHub
commit cfe2324b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "xv";
version = "5.2.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "xv";
rev = "v${version}";
sha256 = "sha256-fqkGfK8Z6CxJIFhqS56fGF3PNACQRGEtTPcBDZpvUpE=";
sha256 = "sha256-KPX/HA9CUaRaIHkcFcM+oo3UasEQfZgmZwi6e/pbFuE=";
};
nativeBuildInputs = [ cmake ];