lol

redisinsight: 2.68.0 -> 2.70.0

TomaSajt 02654724 bceb9363

+5 -5
+5 -5
pkgs/by-name/re/redisinsight/package.nix
··· 23 in 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "redisinsight"; 26 - version = "2.68.0"; 27 28 src = fetchFromGitHub { 29 owner = "RedisInsight"; 30 repo = "RedisInsight"; 31 rev = finalAttrs.version; 32 - hash = "sha256-rXp3C/Ui3vMBscsxlwU9fRF1bmvMrvXLtmJfGzfh1Rk="; 33 }; 34 35 patches = [ ··· 42 baseOfflineCache = fetchYarnDeps { 43 name = "redisinsight-${finalAttrs.version}-base-offline-cache"; 44 inherit (finalAttrs) src patches; 45 - hash = "sha256-ORVftwl/8Yrug2MeqWfZTsHNTRJlpKGn2P7JCHUf3do="; 46 }; 47 48 innerOfflineCache = fetchYarnDeps { 49 name = "redisinsight-${finalAttrs.version}-inner-offline-cache"; 50 inherit (finalAttrs) src patches; 51 postPatch = "cd redisinsight"; 52 - hash = "sha256-yFfkpWV/GD2CcAzb0D3lNZwmqzEN6Bi1MjPyRwClaQ0="; 53 }; 54 55 apiOfflineCache = fetchYarnDeps { 56 name = "redisinsight-${finalAttrs.version}-api-offline-cache"; 57 inherit (finalAttrs) src patches; 58 postPatch = "cd redisinsight/api"; 59 - hash = "sha256-go7IR1UsW8TrWjaFSlC6/biUvb9cHo3PgJa16tF0XHo="; 60 }; 61 62 nativeBuildInputs = [
··· 23 in 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "redisinsight"; 26 + version = "2.70.0"; 27 28 src = fetchFromGitHub { 29 owner = "RedisInsight"; 30 repo = "RedisInsight"; 31 rev = finalAttrs.version; 32 + hash = "sha256-b97/hBhXqSFDzcyrQKu5Ebu1Ud3wpWEjyzUehj0PP9w="; 33 }; 34 35 patches = [ ··· 42 baseOfflineCache = fetchYarnDeps { 43 name = "redisinsight-${finalAttrs.version}-base-offline-cache"; 44 inherit (finalAttrs) src patches; 45 + hash = "sha256-m3relh3DZGReEi4dVOJcIXU9QVClisXw+f7K5i25x24="; 46 }; 47 48 innerOfflineCache = fetchYarnDeps { 49 name = "redisinsight-${finalAttrs.version}-inner-offline-cache"; 50 inherit (finalAttrs) src patches; 51 postPatch = "cd redisinsight"; 52 + hash = "sha256-rqmrETlc2XoZDM4GP1+qI4eK4oGmtpmc6TVvAam2+W8="; 53 }; 54 55 apiOfflineCache = fetchYarnDeps { 56 name = "redisinsight-${finalAttrs.version}-api-offline-cache"; 57 inherit (finalAttrs) src patches; 58 postPatch = "cd redisinsight/api"; 59 + hash = "sha256-KFtmq3iYAnsAi5ysvGCzBk9RHV7EE7SIPbzPza7vBdA="; 60 }; 61 62 nativeBuildInputs = [