Merge pull request #148708 from mkhl/redo-apenwarr/0.42d

redo-apenwarr: 0.42c -> 0.42d
This commit is contained in:
markuskowa 2021-12-05 15:11:31 +01:00 committed by GitHub
commit 3cabe0c3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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