redo-apenwarr: 0.42a -> 0.42c

This commit is contained in:
R. RyanTM 2020-07-07 08:01:26 +00:00
parent 6eeb612a9b
commit abe8394a5b

View File

@ -4,13 +4,13 @@
}: stdenv.mkDerivation rec {
pname = "redo-apenwarr";
version = "0.42a";
version = "0.42c";
src = fetchFromGitHub rec {
owner = "apenwarr";
repo = "redo";
rev = "${repo}-${version}";
sha256 = "172z2idslhcqibd4lw82k6349nl5fdda2vj10dqcjz0lvv6n7php";
sha256 = "0kc2gag1n5583195gs38gjm8mb7in9y70c07fxibsay19pvvb8iw";
};
postPatch = ''