splash: 3.10.3 -> 3.11.0

This commit is contained in:
R. Ryantm 2024-11-25 16:31:45 +00:00
parent 504e3ecdd9
commit 30965469fe

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "splash";
version = "3.10.3";
version = "3.11.0";
src = fetchFromGitHub {
owner = "danieljprice";
repo = "splash";
rev = "v${finalAttrs.version}";
hash = "sha256-5ieJHUWZDGgsNj7U9tbdhtDIsN+wgbs03IxVd1xM+hw=";
hash = "sha256-lKYLB1NISrhavukHK3du3/ntAjzrkTHJdgeTvZW2mxA=";
};
nativeBuildInputs = [