Skip to content

Commit

Permalink
splash: 3.11.0 -> 3.11.1 (#364398)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Dec 12, 2024
2 parents 6658cfa + b68f528 commit 419441e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sp/splash/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 419441e

Please sign in to comment.