splash: 3.11.2 -> 3.11.3

This commit is contained in:
R. Ryantm 2025-04-23 03:26:06 +00:00
parent 29662380da
commit 221e38cfa7

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "splash"; pname = "splash";
version = "3.11.2"; version = "3.11.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danieljprice"; owner = "danieljprice";
repo = "splash"; repo = "splash";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-YB0cgxpRlya8/7fYxPKWBCovHvE/N7HY/7nwKnzYiJc="; hash = "sha256-deuQTCDSLzScd9lFxv83Y8gX7D7WZtikIUfMxbmH2m8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [