libjodycode: 3.1.1 -> 3.1.2 (#391722)

authored by Peder Bergebakken Sundt and committed by GitHub 61a36dfe a41310e2

+2 -2
+2 -2
pkgs/by-name/li/libjodycode/package.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "libjodycode"; 11 - version = "3.1.1"; 11 + version = "3.1.2"; 12 12 13 13 outputs = [ 14 14 "out" ··· 21 21 owner = "jbruchon"; 22 22 repo = "libjodycode"; 23 23 rev = "v${finalAttrs.version}"; 24 - hash = "sha256-sVEa2gNvgRJK1Ycmv4inbViTBPQFjzcZ8XHlAdsNzOk="; 24 + hash = "sha256-doTGeIElftC4SAcn3MTQ+DffQFMv1Elo28i/MFxjFzk="; 25 25 }; 26 26 27 27 nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;