0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

xv: 6.0.2 -> 6.0.3

This commit is contained in:
R. Ryantm 2025-05-25 12:47:43 +00:00
parent aad53c52dd
commit 75bd05615b

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "xv";
version = "6.0.2";
version = "6.0.3";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "xv";
rev = "v${version}";
sha256 = "sha256-abmMrAxgccECsOi0eIy9/y0haPkUgbOl9wCgISLy5Rs=";
sha256 = "sha256-508P88Kac1W0xwjNblOjkYJri36ReZkjzrNzrrSBZjg=";
};
nativeBuildInputs = [ cmake ];