splash: 3.11.6 -> 3.11.7

This commit is contained in:
R. Ryantm
2025-12-15 19:26:01 +00:00
parent 780e81e5ed
commit d80bb37cdc
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "splash";
version = "3.11.6";
version = "3.11.7";
src = fetchFromGitHub {
owner = "danieljprice";
repo = "splash";
rev = "v${finalAttrs.version}";
hash = "sha256-cnvsxHaTuz0xKOlGfWtjZDd/RDxNuurTNk03pTGYs78=";
hash = "sha256-V5p2MZIpM3uVww8sWzwRX4Df2z0tk15C4R3Jlzy7qEk=";
};
nativeBuildInputs = [