Merge pull request #263615 from nbraud/sha1/eclipse

eclipses.plugins: Replace SHA-1 hashes

authored by Maciej Krüger and committed by GitHub af69bf31 41becba8

+4 -4
+4 -4
pkgs/applications/editors/eclipse/plugins.nix
··· 671 672 srcFeature = fetchurl { 673 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/features/org.apache.ivyde.feature_${version}.jar"; 674 - sha1 = "c8fb6c4aab32db13db0bd81c1a148032667fff31"; 675 }; 676 677 srcPlugin = fetchurl { 678 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/plugins/org.apache.ivyde.eclipse_${version}.jar"; 679 - sha1 = "0c80c2e228a07f18efab1c56ea026448eda70c06"; 680 }; 681 682 meta = with lib; { ··· 695 696 srcFeature = fetchurl { 697 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/features/org.apache.ivyde.eclipse.resolvevisualizer.feature_${version}.jar"; 698 - sha1 = "fb1941eaa2c0de54259de01b0da6d5a6b4a2cab1"; 699 }; 700 701 srcPlugin = fetchurl { 702 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/plugins/org.apache.ivyde.eclipse.resolvevisualizer_${version}.jar"; 703 - sha1 = "225e0c8ccb010d622c159560638578c2fc51a67e"; 704 }; 705 706 meta = with lib; {
··· 671 672 srcFeature = fetchurl { 673 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/features/org.apache.ivyde.feature_${version}.jar"; 674 + hash = "sha256-iKe7oOPjy6th0HmKt6NXexOHN60EDpQe1r+n6K+uoyw="; 675 }; 676 677 srcPlugin = fetchurl { 678 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/plugins/org.apache.ivyde.eclipse_${version}.jar"; 679 + hash = "sha256-lhwFwdMDwCIUrQjdWfe5ZSutCIsKtZSBT6FWthUipdk="; 680 }; 681 682 meta = with lib; { ··· 695 696 srcFeature = fetchurl { 697 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/features/org.apache.ivyde.eclipse.resolvevisualizer.feature_${version}.jar"; 698 + hash = "sha256-PSH5NtE7hN2hHoHUhVK1CLkHN7YSDdTTqBP7711X4rU="; 699 }; 700 701 srcPlugin = fetchurl { 702 url = "https://downloads.apache.org/ant/ivyde/updatesite/ivyde-${version}/plugins/org.apache.ivyde.eclipse.resolvevisualizer_${version}.jar"; 703 + hash = "sha256-qjTvn1j7viSfzLkWnYjyS9Pj2ExqsiFGLzot3+oB0Tw="; 704 }; 705 706 meta = with lib; {