splash: 3.11.1 -> 3.11.2

Diff: https://github.com/danieljprice/splash/compare/v3.11.1...v3.11.2
This commit is contained in:
Doron Behar
2025-04-04 12:47:28 +03:00
parent 31e51f5d44
commit 7256f29179
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "splash";
version = "3.11.1";
version = "3.11.2";
src = fetchFromGitHub {
owner = "danieljprice";
repo = "splash";
rev = "v${finalAttrs.version}";
hash = "sha256-zENMQpLsm6GlqrXsFDjEnMbtODcqwhB3jGfGHLuGcYw=";
hash = "sha256-YB0cgxpRlya8/7fYxPKWBCovHvE/N7HY/7nwKnzYiJc=";
};
nativeBuildInputs = [