lol

libschrift: 0.10.1 -> 0.10.2

authored by

sternenseemann and committed by
superherointj
a5c867d9 0c0cb9db

+2 -2
+2 -2
pkgs/development/libraries/libschrift/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libschrift"; 5 - version = "0.10.1"; 5 + version = "0.10.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tomolt"; 9 9 repo = pname; 10 10 rev = "v" + version; 11 - sha256 = "0fvji0z6z2al68p07w58l4hc29ds68v71h7z84vxiqhxnsgc0hlv"; 11 + sha256 = "01hgvkcb46kr9jzc4ah0js0jy9kr0ll18j2k0c5zil55l3a9rqw1"; 12 12 }; 13 13 14 14 postPatch = ''