splash: 3.11.6 -> 3.11.7 (#471110)

This commit is contained in:
Doron Behar
2025-12-15 19:43:23 +00:00
committed by GitHub
+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 = [