Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

splash: 3.11.3 -> 3.11.4 (#420016)

authored by Doron Behar and committed by GitHub 61a01b5d 257dab13

+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.3"; 15 + version = "3.11.4"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "danieljprice"; 19 19 repo = "splash"; 20 20 rev = "v${finalAttrs.version}"; 21 - hash = "sha256-deuQTCDSLzScd9lFxv83Y8gX7D7WZtikIUfMxbmH2m8="; 21 + hash = "sha256-e777Te+gOsVDiu/y1VWBDYIW/C6Ojo3gY8qDfJuE5I4="; 22 22 }; 23 23 24 24 nativeBuildInputs = [