utsushi: unstable-2020-11-10 -> unstable-2021-01-01

This commit is contained in:
wucke13 2021-01-01 17:02:00 +01:00
parent 0587d518db
commit f438340d3a
1 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@ let
''; '';
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "utsushi"; pname = "utsushi";
version = "unstable-2020-11-10"; version = "unstable-2021-01-01";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "04700043e2d16062eb8bd27f4efff3024f387d32"; rev = "1646d7d301f3d2aeb24930696688853fed5f0d43";
sha256 = "0rxv5n0985d414i6hwichsn7hybwgwsimpy5s4hmcsvxqcpks4li"; sha256 = "1g9m00qljhlw56h3hgfq67ywf4r92nl37m7x5mxa7ygaxc0dyb14";
}; };
nativeBuildInputs = [ nativeBuildInputs = [