splash: 3.10.3 -> 3.11.0 (#359043)

This commit is contained in:
Doron Behar 2024-11-26 14:14:01 +02:00 committed by GitHub
commit 2c74543896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "splash";
version = "3.10.3";
version = "3.11.0";
src = fetchFromGitHub {
owner = "danieljprice";
repo = "splash";
rev = "v${finalAttrs.version}";
hash = "sha256-5ieJHUWZDGgsNj7U9tbdhtDIsN+wgbs03IxVd1xM+hw=";
hash = "sha256-lKYLB1NISrhavukHK3du3/ntAjzrkTHJdgeTvZW2mxA=";
};
nativeBuildInputs = [