Merge pull request #129263 from ck3d/redo-c-0.3

redo-c: 0.2 -> 0.3
This commit is contained in:
Guillaume Girol 2021-07-04 18:38:12 +00:00 committed by GitHub
commit 8148ffc930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
CFLAGS=-Os CFLAGS ?= -Os
all: redo links all: redo links

View file

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "redo-c"; pname = "redo-c";
version = "0.2"; version = "0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leahneukirchen"; owner = "leahneukirchen";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "11wc2sgw1ssdm83cjdc6ndnp1bv5mzhbw7njw47mk7ri1ic1x51b"; sha256 = "sha256-oZcaBgESIaD7/SUBE7luh7axucKTEzXPVkQAQs2NCXE=";
}; };
postPatch = '' postPatch = ''