splash: 3.11.0 -> 3.11.1

This commit is contained in:
R. Ryantm
2024-12-11 23:53:16 +00:00
parent 21e39e915f
commit b68f528926
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "splash";
version = "3.11.0";
version = "3.11.1";
src = fetchFromGitHub {
owner = "danieljprice";
repo = "splash";
rev = "v${finalAttrs.version}";
hash = "sha256-lKYLB1NISrhavukHK3du3/ntAjzrkTHJdgeTvZW2mxA=";
hash = "sha256-zENMQpLsm6GlqrXsFDjEnMbtODcqwhB3jGfGHLuGcYw=";
};
nativeBuildInputs = [