jirafeau: 4.1.1 -> 4.3.0

This commit is contained in:
David Wood
2021-01-07 17:16:20 +00:00
parent cc8db6e19b
commit a072755b45

View File

@@ -1,5 +1,4 @@
{ stdenv, fetchFromGitLab, writeText }:
let
localConfig = writeText "config.local.php" ''
<?php
@@ -9,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "jirafeau";
version = "4.1.1";
version = "4.3.0";
src = fetchFromGitLab {
owner = "mojo42";
repo = "Jirafeau";
rev = version;
sha256 = "09gq5zhynygpqj0skq7ifnn9yjjg7qnc6kjvaas7f53av2707z4c";
hash = "sha256-9v6rtxViXsolx5AKSp2HxcFyU1XJWFSiqzTBl+dQBD4=";
};
installPhase = ''