libloot: 0.24.5 -> 0.25.5; limo: 1.1 -> 1.2 (#395572)

authored by Sandro and committed by GitHub 09287e97 785eec1b

+15 -19
+13 -17
pkgs/by-name/li/libloot/package.nix
··· 24 25 stdenv.mkDerivation (finalAttrs: { 26 pname = "libloot"; 27 - version = "0.24.5"; 28 # Note: don't forget to also update the package versions in the passthru section 29 30 outputs = [ ··· 36 owner = "loot"; 37 repo = "libloot"; 38 rev = "refs/tags/${finalAttrs.version}"; 39 - hash = "sha256-SAnbp34DlGsq4nfaRHfCTGRSGQtv/rRgngvwma2tc7Q="; 40 }; 41 42 patches = [ ··· 102 # Due to storage size concerns of `glibcLocales`, we skip this 103 "CompareFilenames.shouldBeCaseInsensitiveAndLocaleInvariant" 104 "NormalizeFilename.shouldCaseFoldStringsAndBeLocaleInvariant" 105 - 106 - # Some filesystem related test fail because they assume `std::filesystem::equivalent` works with non-existent paths 107 - "Filesystem.equivalentShouldNotRequireThatBothPathsExist" 108 - "Filesystem.equivalentShouldBeCaseSensitive" 109 ]; 110 in 111 "-${builtins.concatStringsSep ":" disabledTests}"; ··· 116 testing-plugins = fetchFromGitHub { 117 owner = "Ortham"; 118 repo = "testing-plugins"; 119 - rev = "refs/tags/1.6.2"; 120 hash = "sha256-3Aa98EwqpuGA3YlsRF8luWzXVEFO/rs6JXisXdLyIK4="; 121 }; 122 ··· 141 142 libloadorder = finalAttrs.passthru.buildRustFFIPackage rec { 143 pname = "libloadorder"; 144 - version = "18.1.3"; 145 146 src = fetchFromGitHub { 147 owner = "Ortham"; 148 repo = "libloadorder"; 149 - rev = "refs/tags/${version}"; 150 - hash = "sha256-qJ7gC4BkrXJiVcyA1BqlJSRzgc/7VmNBHtDq0ouJoTU="; 151 }; 152 153 useFetchCargoVendor = true; 154 - cargoHash = "sha256-m3lyABr7tU0AeC6EZomBw1X722ezQg/cjSZh/ZhkiBw="; 155 156 lang = "c++"; 157 header = "libloadorder.hpp"; ··· 164 src = fetchFromGitHub { 165 owner = "Ortham"; 166 repo = "esplugin"; 167 - rev = "refs/tags/${version}"; 168 hash = "sha256-ygjSyixg+9HFFNV/G+w+TxGFTrjlWxlDt8phpCE8xyQ="; 169 }; 170 ··· 177 178 loot-condition-interpreter = finalAttrs.passthru.buildRustFFIPackage rec { 179 pname = "loot-condition-interpreter"; 180 - version = "4.0.2"; 181 182 src = fetchFromGitHub { 183 owner = "loot"; 184 repo = "loot-condition-interpreter"; 185 - rev = "refs/tags/${version}"; 186 - hash = "sha256-yXbe7ByYHvFpokRpV2pz2SX0986dpk5IpehwDUhoZKg="; 187 }; 188 189 useFetchCargoVendor = true; 190 - cargoHash = "sha256-d3JBpYI4XMkDnufvdyZkgtp7H4amMzM0dBEO6t9efGE="; 191 192 lang = "c"; 193 header = "loot_condition_interpreter.h"; ··· 198 src = fetchFromGitHub { 199 owner = "loot"; 200 repo = "yaml-cpp"; 201 - rev = "refs/tags/${version}"; 202 hash = "sha256-whYorebrLiDeO75LC2SMUX/8OD528BR0+DEgnJxxpoQ="; 203 }; 204 };
··· 24 25 stdenv.mkDerivation (finalAttrs: { 26 pname = "libloot"; 27 + version = "0.25.5"; 28 # Note: don't forget to also update the package versions in the passthru section 29 30 outputs = [ ··· 36 owner = "loot"; 37 repo = "libloot"; 38 rev = "refs/tags/${finalAttrs.version}"; 39 + hash = "sha256-l8AdqJ0lZH4rBcf4WV3ju+sIHYam6USXCXTqyRPzgeo="; 40 }; 41 42 patches = [ ··· 102 # Due to storage size concerns of `glibcLocales`, we skip this 103 "CompareFilenames.shouldBeCaseInsensitiveAndLocaleInvariant" 104 "NormalizeFilename.shouldCaseFoldStringsAndBeLocaleInvariant" 105 ]; 106 in 107 "-${builtins.concatStringsSep ":" disabledTests}"; ··· 112 testing-plugins = fetchFromGitHub { 113 owner = "Ortham"; 114 repo = "testing-plugins"; 115 + tag = "1.6.2"; 116 hash = "sha256-3Aa98EwqpuGA3YlsRF8luWzXVEFO/rs6JXisXdLyIK4="; 117 }; 118 ··· 137 138 libloadorder = finalAttrs.passthru.buildRustFFIPackage rec { 139 pname = "libloadorder"; 140 + version = "18.3.0"; 141 142 src = fetchFromGitHub { 143 owner = "Ortham"; 144 repo = "libloadorder"; 145 + tag = version; 146 + hash = "sha256-/8WOEt9dxKFTTZbhf5nt81jo/yHuALPxh/IwAOehi9w="; 147 }; 148 149 useFetchCargoVendor = true; 150 + cargoHash = "sha256-re/cKqf/CAD7feNIEuou4ZP8BNkArd5CvREx1610jig="; 151 152 lang = "c++"; 153 header = "libloadorder.hpp"; ··· 160 src = fetchFromGitHub { 161 owner = "Ortham"; 162 repo = "esplugin"; 163 + tag = version; 164 hash = "sha256-ygjSyixg+9HFFNV/G+w+TxGFTrjlWxlDt8phpCE8xyQ="; 165 }; 166 ··· 173 174 loot-condition-interpreter = finalAttrs.passthru.buildRustFFIPackage rec { 175 pname = "loot-condition-interpreter"; 176 + version = "5.3.0"; 177 178 src = fetchFromGitHub { 179 owner = "loot"; 180 repo = "loot-condition-interpreter"; 181 + tag = version; 182 + hash = "sha256-MvadQ4cWpzNgF/lUW5Jb758DvfRPGZ7s1W4MbO7nbIw="; 183 }; 184 185 useFetchCargoVendor = true; 186 + cargoHash = "sha256-m/vRnAJyMQOosxnjSUgHIY1RCkdB5+HFVqqzYVEpgOI="; 187 188 lang = "c"; 189 header = "loot_condition_interpreter.h"; ··· 194 src = fetchFromGitHub { 195 owner = "loot"; 196 repo = "yaml-cpp"; 197 + tag = version; 198 hash = "sha256-whYorebrLiDeO75LC2SMUX/8OD528BR0+DEgnJxxpoQ="; 199 }; 200 };
+2 -2
pkgs/by-name/li/limo/package.nix
··· 21 22 stdenv.mkDerivation (finalAttrs: { 23 pname = "limo"; 24 - version = "1.1"; 25 26 src = fetchFromGitHub { 27 owner = "limo-app"; 28 repo = "limo"; 29 tag = "v${finalAttrs.version}"; 30 - hash = "sha256-fzqIZ/BqOpPjo18qi4VidGg1ruhQLqfwoA/hidGPEao="; 31 }; 32 33 patches = lib.optionals (!withUnrar) [
··· 21 22 stdenv.mkDerivation (finalAttrs: { 23 pname = "limo"; 24 + version = "1.2"; 25 26 src = fetchFromGitHub { 27 owner = "limo-app"; 28 repo = "limo"; 29 tag = "v${finalAttrs.version}"; 30 + hash = "sha256-hgtqpP1H9+TAuP5b/Wvx4mqeYRKyaluMlyzHEmIgSqo="; 31 }; 32 33 patches = lib.optionals (!withUnrar) [