libschrift: 0.10.1 -> 0.10.2

This commit is contained in:
sternenseemann 2022-07-02 16:07:05 +02:00 committed by superherointj
parent 0c0cb9dbe5
commit a5c867d9fe

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libschrift";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "tomolt";
repo = pname;
rev = "v" + version;
sha256 = "0fvji0z6z2al68p07w58l4hc29ds68v71h7z84vxiqhxnsgc0hlv";
sha256 = "01hgvkcb46kr9jzc4ah0js0jy9kr0ll18j2k0c5zil55l3a9rqw1";
};
postPatch = ''