splash: 3.11.2 -> 3.11.3 (#401009)

authored by Doron Behar and committed by GitHub 530d94ae 63356b58

+2 -2
+2 -2
pkgs/by-name/sp/splash/package.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "splash"; 15 - version = "3.11.2"; 15 + version = "3.11.3"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "danieljprice"; 19 19 repo = "splash"; 20 20 rev = "v${finalAttrs.version}"; 21 - hash = "sha256-YB0cgxpRlya8/7fYxPKWBCovHvE/N7HY/7nwKnzYiJc="; 21 + hash = "sha256-deuQTCDSLzScd9lFxv83Y8gX7D7WZtikIUfMxbmH2m8="; 22 22 }; 23 23 24 24 nativeBuildInputs = [